﻿/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png);
	*text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');}
.ico:before {content:'\3000';}
.ico1_2 { background-position:-20px 0;}
.ico1_3 { background-position:-40px 0;}
.ico1_4 { background-position:-60px 0;}
.ico1_5 { background-position:-80px 0;}
.ico2_1 { background-position:0 -20px;}
.ico2_2 { background-position:-20px -20px;}
.ico2_3 { background-position:-40px -20px;}
.ico2_4 { background-position:-60px -20px;}
.ico2_5 { background-position:-80px -20px;}
.ico3_1 { background-position:0 -40px;}
.ico3_2 { background-position:-20px -40px;}
.ico3_3 { background-position:-40px -40px;}
.ico3_4 { background-position:-60px -40px;}
.ico3_5 { background-position:-80px -40px;}
.ico4_1 { background-position:0 -60px;}
.ico4_2 { background-position:-20px -60px;}
.ico4_3 { background-position:-40px -60px;}
.ico4_4 { background-position:-60px -60px;}
.ico4_5 { background-position:-80px -60px;}
/* 常量设置 */
html { overflow-x:auto;}
html,body,.wrap { min-width:1200px;}
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
body{font-size:13px; line-height:1.6; color:#555; background:#fff;}
a{color:inherit;}
a:hover { color:#e60920;}
::-moz-selection {color:#fff; background:#e60920; }
::selection {color:#fff; background:#e60920; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* 网站样式 */
/*公用样式*/
/*翻入式动画*/
.rolling  .rolling_box {
    -webkit-perspective:1300px;
    -o-perspective:1300px;
    -ms-perspective:1300px;
    perspective:1300px;
    -webkit-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.rolling .rolling_box .is_animated {
    -webkit-transition-duration:1.2s;
    -webkit-transition-property:-webkit-transform,opacity;
    -webkit-transition-delay:.15s;
    -webkit-transition-timing-function:'ease-in-out';
    -moz-transition-duration:1.2s;
    -moz-transition-property:all;
    -moz-transition-delay:.15s;
    -moz-transition-timing-function:'ease-in-out';
    -o-transition-duration:1.2s;
    -o-transition-property:transform,opacity;
    -o-transition-delay:.15s;
    -o-transition-timing-function:'ease-in-out';
    -ms-transition-duration:1.2s;
    -ms-transition-property:transform,opacity;
    -ms-transition-delay:.15s;
    -ms-transition-timing-function:'ease-in-out';
    transition-duration:1.2s;
    transition-property:transform,opacity;
    transition-delay:.15s;
    transition-timing-function:'ease-in-out';
    -webkit-transform:rotatex(-80deg) translateZ(0);
    -ms-transform:rotatex(-80deg) translateZ(0);
    transform:rotatex(-80deg) translateZ(0);
    -webkit-transform-origin:0 0 0;
    -ms-transform-origin:0 0 0;
    transform-origin:0 0 0;
    opacity:0
}
.rolling .rolling_box .is_animated.revealed {
    -webkit-transform:rotatex(0) translateZ(0);
    -ms-transform:rotatex(0) translateZ(0);
    transform:rotatex(0) translateZ(0);
    opacity:1
}
.rolling .rolling_box .tansDelay00{transition-delay: 0s;-webkit-transition-delay: 0s;}
.rolling .rolling_box .tansDelay200{transition-delay: .2s;-webkit-transition-delay: .2s;}
.rolling .rolling_box .tansDelay400{transition-delay:.4s;-webkit-transition-delay: .4s;}
.rolling .rolling_box .tansDelay600{transition-delay: .6s;-webkit-transition-delay: .6s;}
.rolling .rolling_box .tansDelay800{transition-delay: .8s;-webkit-transition-delay: .8s;}
.rolling .rolling_box .tansDelay1000{transition-delay: 1s;-webkit-transition-delay: 1s;}


.trs{transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease}
.rect-65{padding-bottom:65%;}
.rect-56{padding-bottom:56%;}
.rect-67{padding-bottom:67%;}
.about .rect-105{padding-bottom:68%;}
.rect-40{padding-bottom:40%;}
.rect-42{padding-bottom:42%;}
.pageHeader{background:#fff;position:fixed;width:100%; z-index:20;top:0;left:0;}

.pageHeader .navtop{height:35px; line-height:35px; background-color:#dedede; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; }
.pageHeader.scrol .navtop{height:0; overflow:hidden;}
.pageHeader .navtop .toplist{float:right;}
.pageHeader .navtop .toplist li{display:inline; margin-left:20px;border-right:1px solid #ccc; padding-right:20px; cursor:pointer;}
.pageHeader .navtop .toplist .lang{position:relative; display:none;}
.pageHeader .navtop .toplist .lang .lang_box{position:absolute; top:155%; left:0px; width:100px; background-color:#eee; line-height:45px; padding:0px 18px; z-index:2; border-top:1px solid #ba212a;}
.pageHeader .navtop .toplist .lang .lang_box>a{display:block; border-bottom:1px dashed #d0d0d0;}
.pageHeader .navtop .toplist .lang .lang_box>a img{width:16px; height:11px; vertical-align:middle; margin-right:15px;}
.pageHeader .navtop .toplist .zhanqun .zq_box>a{display:block;border-bottom:1px dashed #d0d0d0;}
.pageHeader .navtop .toplist .zhanqun{position:relative;}
.pageHeader .navtop .toplist .zhanqun .zq_box{position:absolute; top:155%; left:-20px; width:auto; min-width:140px; background-color:#eee; line-height:45px; padding:0 18px 20px; z-index:2;border-top:1px solid #ba212a;}
.pageHeader .navtop .toplist .business{position:relative;display: none;}
.pageHeader .navtop .toplist .business .bs_box{position:absolute; top:155%; right:0px; width:auto; min-width:200px; background-color:#eee; line-height:45px; padding:0 18px; z-index:2;border-top:1px solid #ba212a;}
.pageHeader .navtop .toplist .business .bs_box>a{display:block;border-bottom:1px dashed #d0d0d0;}
.pageHeader .navtop .toplist .business .bs_box>a img{width:16px; height:11px; vertical-align:middle; margin-right:15px;}
.pageHeader .navtop .toplist a.last{border-bottom:none!important;}

.pageHeader .navtop .toplist .lang_box{display:none;}
.pageHeader .navtop .toplist .zq_box{display:none;}
.pageHeader .navtop .toplist .bs_box{display:none;}
.pageHeader .navtop .toplist .sj{display:inline-block;*display:inline-block; *zoom:1; width:10px; height:10px;margin-left:15px; background:url(../img/sj.png) center center no-repeat;}
.nav_box .logo{width:260px; float:left;}
.nav_box .logo>img{width:100%;}
.nav_box .search_box{float:right;width:50px; height:80px;background:url(../img/fdj.png) center center no-repeat;}
.nav_box .search_box .search_con{margin:0 auto; width:60%;}
.nav_box .search_box .search_con .input_box{width:80%; float:left; border:1px solid #eee;}
.nav_box .search_box .search_con .input_box>input{width:100%;line-height:36px; border:0; outline:none; text-indent:28px; font-size:14px; color:#555;}
.nav_box .search_box .search_con .submit{width:18%; float:left; background:#e60920; color:#fff; line-height:38px; border:0; outline:none;}
.nav_box .search_box .search_form{display:none; position:absolute; top:100%; left:0; width:100%; background-color:#fff; z-index:1;}
.nav_box .search_box .search_form .pd{padding:45px 0 40px;}
.mobile_key{display:none;}
.nav_con {width:820px;float:right; height:80px; line-height:80px; font-size:16px; color:#000;}
.nav_con .nav .nav_list>li{float:left; width:14%; text-align:center; position:relative;}
.nav_con .nav .nav_list>li .drop_box{display:none; position:absolute;width:610px; top:100%; left:0; background-color:#fff; z-index:2;}
.nav_con .nav .nav_list .nav_4 .drop_box{left:-160px;}
.nav_con .nav .nav_list .nav_5 .drop_box{left:-275px;}
.nav_con .nav .nav_list .nav_6 .drop_box{left:-390px;}
.nav_con .nav .nav_list .nav_7 .drop_box{left:-505px;}
.nav_con .nav .nav_list>li .drop_box .sub_nav{width:36%; text-align:left; background-color:#dedede; min-height:360px;}
.nav_con .nav .nav_list>li .drop_box .sub_nav .pd{padding:30px 20px;}
.nav_con .nav .nav_list>li .drop_box .sub_nav .sub_list>li{height:40px; line-height:40px; border-top: #cacaca 1px solid; border-bottom: #cacaca 1px solid; margin-top:-1px;}
.nav_con .nav .nav_list .drop_box .sub_list>li a{display:block; line-height:40px; font-size:14px; padding-left:15px;color:#242424;}
.nav_con .nav .nav_list .drop_box .sub_list>li a:hover{background-color:#e60920;color:#fff;}
.nav_con .nav .nav_list>li .drop_box .img_con{width:64%;}
.nav_con .nav .nav_list>li .drop_box .img_con .pd{padding:30px 20px; text-align:left;}
.nav_con .nav .nav_list>li .drop_box .img_con .tit{font-size:22px; padding:20px 0 4px; font-weight:bold; color:#272727; line-height:1.6;}
.nav_con .nav .nav_list>li .drop_box .img_con .info{font-size:14px; color:#5a5a5a; line-height:1.6;}
.pageFooter{position:relative; z-index:2;}
.footer{background-color:#ededed; padding:50px 0;}
.footer .box1{width:350px;}
.footer .box2{width:500px; margin-right:50px;}
.footer .box3{width:300px;}
.footer .box1 .title{font-size:27px; color:#e60920; margin-bottom:30px; line-height:1;}
.footer .box1 li{padding-left:40px; height:30px; line-height:30px; font-size:14px; color:#383838; margin-bottom:18px;}
.footer .box1 li.ads{background:url(../img/footer_adres.png) left center no-repeat;}
.footer .box1 li.tel{background:url(../img/footer_tel.png) left center no-repeat;}
.footer .box1 li.mail{background:url(../img/footer_mail.png) left center no-repeat;}
.footer .box1 .follow .bdsharebuttonbox{float:left;}
.footer .box1 .follow {line-height:44px; height:44px;}
.footer .box1 .follow span{float:left; margin-right:18px;}
.footer .box1 .follow .bds_weixin{background:url(../img/share.png) 0 0 no-repeat;}
.footer .box1 .follow .bds_tsina{background:url(../img/share.png) -64px 0 no-repeat;}
.footer .box1 .follow .bds_sqq{background:url(../img/share.png) -32px 0 no-repeat;}
.footer .box2 dl{width:33.333%; float:left;}
.footer .box2 dt{font-size:18px; color:#4a4a4a;line-height:1; margin-bottom:36px;}
.footer .box2 dd{font-size:14px; color:#757575; line-height:1; margin-bottom:20px;}
.footer .box3 .title{font-size:27px; color:#e60920; line-height:1; margin-bottom:15px;}
.footer .box3 .top_box {border-bottom:1px solid #c9c9c9; padding-bottom:20px; padding-top:20px;}
.footer .box3 .info{font-size:14px; color:#757575;}
.footer .box3 .info span{font-size:18px;}
.footer .box3 .down_box{padding-bottom:20px; padding-top:20px;} 
.footer .box3 .ewm_box>img{width:87px; height:87px;}
.footer2{background:#b81b23; color:#fff; font-size:14px; height:70px; overflow:hidden;}
.footer2 .bq {margin-top:13px;}
.footer2 .bq a{ color:#fff;}
.footer2 .gotop{width:38px; height:38px; margin-right:15px; background:url(../img/gotop.png) center center no-repeat; border:2px solid #fff; margin-top:13px; cursor:pointer;}

/*下层公用*/
.s_banner{margin-top: 115px; position:relative; overflow:hidden; width:100%; height:390px;}
.s_banner img{width:1920px;position:absolute; max-width:none; left:50%; margin-left:-960px;}
.s_banner>.wrap{position:relative;height:100%;}
.s_banner .Btit{font-size:92px; line-height:1; color:rgba(255,255,255,0.13); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33ffffff,endcolorstr=#33ffffff); position:absolute; left:0; top:150px; font-family:Impact}
.s_banner .infos{color:#fff; position:absolute; top:186px;left:0;}
.s_banner .infos .tit{font-size:44px; line-height:1; margin-bottom:15px;}
.s_banner .infos .info{font-size:15px; color:#fff;}
.sub_nav_box{position:absolute; bottom:0; color:#fff; font-size:14px; line-height:60px; height:60px; width:100%; z-index:9; background:url(../img/black.6.png) repeat;}
.sub_nav_box>.wrap:after{content:'';clear:both; display:table;}
.sub_nav_box>.wrap:before{content:'';clear:both; display:table;}
.sub_nav_box.fixed{position:fixed; width:100%; top:80px; left:0;}
.sub_nav_box li{float:left; width:auto; text-align:center; padding:0 20px; line-height:57px;}
.sub_nav_box li.cur{border-bottom:3px solid  #c70025;}
.sub_nav_box .pos span{margin:0 5px;}
.s_banner .black{width:100%; height:63px; background:url(../img/black.6.png) repeat; position:absolute; left:0; bottom:0; z-index:1; display:none;}
/*首页样式*/
.banner {height:560px; overflow:hidden; margin-top:115px;}
.banner li img{width:1920px; position:absolute; left:50%; margin-left:-960px;}
.banner li .wrap{position:relative;left:50%; margin-left:-600px; top:0; height:100%;}
.banner .text_box{position:absolute; bottom:0; right:0;padding: 80px  50px 40px 40px; background-image:url(../img/yingyou.png); font-size:46px; color:#fff; background-position:right center ; background-repeat:no-repeat;}
.slide_nav{width:100%; text-align:center; bottom:30px; font-size:0;}
.slide_nav>a{display:inline-block; *display:inline; *zoom:1; width:13px; height:13px; border:1px solid #fff; margin: 0 7px; border-radius:50%; cursor:pointer;}
.slide_nav>a.on{background:#fff;}
.pageMain .pt1{background:#eaeaea;}
.pageMain .pt1 .lists a{display:block; width:100%; height:100%;overflow:hidden;}
.pageMain .pt1 .lists li{width:20%; float:left; text-align:center; height:210px; overflow:hidden;}
/*.pageMain .pt1 .lists .li1 .img_box{background:url(../img/pt1_1.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li1  a:hover .img_box{background:url(../img/pt1_1h.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li2 .img_box{background:url(../img/pt1_2.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li2  a:hover .img_box{background:url(../img/pt1_2h.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li3 .img_box{background:url(../img/pt1_3.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li3  a:hover .img_box{background:url(../img/pt1_3h.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li4 .img_box{background:url(../img/pt1_4.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li4  a:hover .img_box{background:url(../img/pt1_4h.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li5 .img_box{background:url(../img/pt1_5.png) center center no-repeat;}*/
/*.pageMain .pt1 .lists .li5  a:hover .img_box{background:url(../img/pt1_5h.png) center center no-repeat;}*/

.pageMain .pt1 .lists  .li1 a:hover{background:url(../img/pt1_cover1.jpg) center center no-repeat; background-size:cover;}
.pageMain .pt1 .lists  .li2 a:hover{background:url(../img/pt1_cover2.jpg) center center no-repeat; background-size:cover;}
.pageMain .pt1 .lists  .li3 a:hover{background:url(../img/pt1_cover3.jpg) center center no-repeat; background-size:cover;}
.pageMain .pt1 .lists  .li4 a:hover{background:url(../img/pt1_cover4.jpg) center center no-repeat; background-size:cover;}
.pageMain .pt1 .lists  .li5 a:hover{background:url(../img/pt1_cover5.jpg) center center no-repeat; background-size:cover;}
.pageMain .pt1 .lists  li a:hover .info{display:block}
.pageMain .pt1 .lists  li a:hover .tit{color:#fff; font-size:26px;}
.pageMain .pt1 .lists  li a:hover .img_box{margin-top:35px; margin-bottom:15px;}

.pageMain .pt1 .lists li .info{display:none; color:#fff; width:82%;margin:0 auto; font-size:13px;}
.pageMain .pt1 .lists .img_box{width:95px; height:60px; margin:50px auto 25px;}
.pageMain .pt2 {padding:50px 0 25px; background-color:#f2f2f2;}
.pageMain .pt1 .lists .tit{font-size:26px; color:#4e4e4e; line-height:1; margin-bottom:10px;}
.pageMain .pt2 .img_box{width:30%; margin-right:5%;}
.pageMain .pt2 .img_box .infos{position:absolute; bottom:0px; width:80%; padding:0 10%; color:#fff; padding-bottom:10px; padding-top:10px;background:url(../img/black.6.png) repeat;}
.pageMain .pt2 .img_box .infos .time{color:#bababb; font-size:15px;}
.pageMain .pt2 .img_box .infos .name{font-size:15px;}
.pageMain .pt2 .news_list {width:60%; margin-right:5%;}
.pageMain .pt2 .tit{font-size:36px; color:#000; text-align:center; line-height:1;margin-bottom:35px;}
.pageMain .pt2 .news_list .time_box{width:18%; margin-right:4%;}
.pageMain .pt2 .news_list .news_box{width:78%;}
.pageMain .pt2 .news_list .time_box .year{color:#c9c9c9; font-size:13px; text-align:right; line-height:1;}
.pageMain .pt2 .news_list .time_box .date{color:#c9c9c9; font-size:45px; text-align:right;line-height:1; font-family: 宋体;}
.pageMain .pt2 .news_list .title{font-size:17px; color:#000; line-height:1; margin-bottom:10px;}
.pageMain .pt2 .news_list .info{font-size:13px; color:#666; line-height:20px; height:40px; overflow:hidden;}
.pageMain .pt2 .news_list li{padding-bottom:10px; border-bottom:1px solid #ececec; margin-bottom:25px;}
.pageMain .pt2 .news_list li a{display:block;}
.pageMain .pt2 .news_list li a:hover .year{color:#e60920;}
.pageMain .pt2 .news_list li a:hover .date{color:#e60920;}
.pageMain .pt3{height:392px; background:url(../img/pt3.jpg) center center no-repeat; overflow:hidden;}
.pageMain .pt3 a:hover .box{background:url(../img/red80.png) repeat;}
.pageMain .pt3 .box{background:url(../img/white20.png) repeat; padding:40px 35px;}
.pageMain .pt3 .box .img_box{width:80px; height:80px; margin:0 auto 20px;}
/*.pageMain .pt3 .box1 .img_box{background:url(../img/pt3_1.png) center center no-repeat;}
.pageMain .pt3 .box2 .img_box{background:url(../img/pt3_2.png) center center no-repeat;}
.pageMain .pt3 .box3 .img_box{background:url(../img/pt3_3.png) center center no-repeat;}*/
.pageMain .pt3 .box .tit{font-size:32px; color:#fff; text-align:center; line-height:1; margin-bottom:15px;}
.pageMain .pt3 .box .info{width:80%; margin:0 auto 40px; text-align:center; font-size:14px; color:#fff;}
.pageMain .pt3 .box .btn_box{width:120px; height:38px; border:1px solid #fff; text-align:center; line-height:38px; font-size:12px; color:#fff; margin:0 auto;}
.pageMain .pt3 .box .btn_box span{margin-left:5px;}
.pageMain .pt3 ul{margin-top:50px;}
.pageMain .pt4{padding:60px 0;background:#f2f2f2;}
.pageMain .pt4 .l_box{width:40%;}
.pageMain .pt4 .r_box{width:60%; max-height:480px; overflow:hidden;}
.pageMain .pt4 .l_box .name{width:50%; height:80px; line-height:80px; font-size:30px; color:#fff;text-align:center; background-color:#b81b22; position:absolute; left:0; top:0;}
.pageMain .pt4 .l_box .info{width:65%; height:80px; line-height:40px; padding:10px 0; text-align:left; background:url(../img/black.6.png) repeat; color:#fff; font-size:17px; position:absolute; left:0; top:300px; padding-left:5%;}
.pageMain .pt4 .r_box .top_box{padding:60px 0 70px; background-color:#ededed;}
.pageMain .pt4 .r_box .top_box .tit{font-size:32px; color:#5a5a5a; text-align:center; line-height:1; margin-bottom:30px; position:relative;}
.pageMain .pt4 .r_box .top_box a:hover .tit{color:#e60920;}
.pageMain .pt4 .r_box .top_box .tit:after{content:''; display:block; width:46px; height:1px; background-color:#a3a3a3; position:absolute; left:50%; margin-left:-23px; top:50px;}
.pageMain .pt4 .r_box .top_box .info{width:80%; margin:0 auto; text-align:center; font-size:14px; color:#5a5a5a;}
.pageMain .pt4 .r_box  .btm_box .box{width:50%; cursor:pointer;}
.pageMain .pt4 .r_box  .btm_box .box .qynk{position:absolute; width:100%; height:100%; background-color:#b81b23; padding-top:60px;}
.pageMain .pt4 .r_box  .btm_box .box .qynk .ion_box{width:70px; height:70px; margin:0 auto 25px; }
.pageMain .pt4 .r_box  .btm_box .box .qynk .text{text-align:center; color:#fff; font-size:30px; }
.pageMain .pt4 .r_box  .btm_box .box .pd{height:0;padding-bottom:68%; position:relative;}
.pageMain .pt4 .r_box  .btm_box .box .pd .cover{width:70px; height:70px; position:absolute; left:50%; margin-left:-35px; top:50%; margin-top:-35px; background:url(../img/play.png) center center no-repeat;}
.pageMain .pt4 .r_box  .btm_box .box .pd>._full{width:100%; height:100%; position:absolute;}
.pageMain .pt5{background:#5c5c5c; position:relative; overflow:hidden;}
.pageMain .pt5 .number_box li{padding:40px 0; text-align:center;}
.pageMain .pt5 .number_box li .number{font-size:65px; font-family:Impact; color:#fff;  line-height:1;}
.pageMain .pt5 .number_box li .jia{font-size:38px; font-family:Arial; color:#fff;}
.pageMain .pt5 .number_box li .line{width:30px; height:1px; background-color:#aeaeae; margin:15px auto;}
.pageMain .pt5 .number_box li .info{ font-size:14px; color:#fff; text-align:center; }
.pageMain .pt5 #canvas_box{position:absolute; width:100%; height:100%; top:0; left:0;}
.pageMain .pt5 #canvas_box #anitOut{width:100%; height:100%;}
.pageMain .pt5>.wrap{position:relative; z-index:2;}
/*发展历程*/
.dev{overflow:hidden; padding-top:40px;}

.dev .resource-type-list .panel span { color:#f88a0b; padding:0 4px; position:relative; left:-3px; position:relative; display:inline-block; margin-bottom: 5px;}
.dev .resource-type-list .panel span font { display:block; width:20px; height:44px; right:-20px; position:absolute; top:0; }
.dev .resource-type-list .panel:hover font { }
.dev .resource-type-list .panel .image img { width: 100%; height:auto; }
.dev .resource-type-list .panel .title{ padding:10px;  line-height:1.8;}
.dev .resource-type-list .panel .title a{color:#000;}
.dev .resource-type-list .head { padding: 28px 20px 0; height: 242px }
.inner_box { width:100%;}
.dev .resource-type-list .panel .title { line-height:22px; padding:24px 0; font-size:18px; color:#626670; font-weight:normal; }

.dev .resource-type-list .panel .inner{ width:80%; padding:5%;margin-left: 10%;position:relative; background:#fff; border:1px solid #d7d7d7; visibility:hidden;}
.dev .resource-type-list .panel .inner:after{content: ""; width:16px; height:22px;position:absolute;top:30px;left:-15px; background:url(../img/his_pos_arrow_l.jpg) center center no-repeat;}
.dev .resource-type-list .panel.leftBox_resource .inner:after{content:'';right: -15px; left:auto; width:16px; height:22px; background:url(../img/his_pos_arrow.jpg) center center no-repeat;}
.dev .resource-type-list .panel .inner_box p { color:#626670; font-size:14px; line-height:1.5; margin:15px 0 0; }
.dev .resource-type-list .panel .inner_box p.image {  margin-bottom:0; width:80%;}
.dev .resource-type-list .panel .inner_box .cell_tit{font-size:13px;color:#6c6c6c; text-align:left; line-height:30px; display:block; width:75%; float:left;}
.dev .resource-type-list .panel .inner_box .put_time{font-size:36px; color:#b81b23; line-height:2.5; clear:both; text-align:left;font-weight:bold;}
.dev .resource-type-list .panel.leftBox_resource .inner_box .put_time{text-align:right; font-size:36px;color:#b81b23; line-height:2.5; font-weight:bold;}
.dev .resource-type-list .panel.leftBox_resource{margin-top:0;}
.dev .resource-type-list .panel.leftBox_resource span.cell_tit { float:right; position:relative; left:3px; display:inline-block; text-align:right;}
.dev .resource-type-list .panel.leftBox_resource .title { line-height:22px; padding:24px 0; font-size:18px; color:#626670; font-weight:normal; float:right; }
.dev .resource-type-list .panel.leftBox_resource .inner_box { overflow:hidden; padding-left:0;}
.dev .resource-type-list .panel.leftBox_resource .inner_box i { display:block; width:75px; height:2px; overflow:hidden; font-size:0; background:#222222; margin-bottom:24px; float:right; clear:both; }
.dev .resource-type-list .panel.leftBox_resource .inner_box p { color:#626670; font-size:14px; line-height:24px; clear:both; text-align:right; }
.dev .resource-type-list .panel.leftBox_resource .inner_box p.image {  margin-bottom:0; width:80%; float:right}
.dev .resource-type-list .panel.leftBox_resource .inner{left:0px;margin-left:0;}
.dev .resource-type-list .panel.yellow .inner{visibility:visible;}
.dev .resource-type-list .panel.leftBox_resource:hover .inner { position:relative;}
.dev .resource-type-list .panel.leftBox_resource span font { display:block; width:20px; height:44px; left:-20px; position:absolute; top:0; }
.dev .resource-type-list { background:url(../img/opp.gif) repeat-y center top; margin-top:40px; padding-bottom:110px;}
.resource-type-list{ width:100%;}
.dev .resource-type-list .resource-type-list{width:100%;}
.dev .resource-type-list .panel{ width:50%; position:relative;margin-top:40px; margin-bottom:30px;}
.resource_type_t{font-size:72px; color:#e6e6e6; background-color:#fff;margin-bottom: 40px;}
.dev .resource-type-list .panel:after{content:'';width:30px; height:30px;position: absolute;left: -17px;top: 20px; border:2px solid #c70025; border-radius:50%; background-color:#fff;}
.dev .resource-type-list .panel.yellow:after{background-color:#ffdd00; box-shadow: 0 0 0 4px #fff inset}
.dev .resource-type-list .panel.leftBox_resource:after{right:-17px;left:auto;}
.dev .load_gif{width:100%;height:95px; text-align:center; display:none;}
.dev .load_gif.cur{ display: block;}
.dev .resource-type-list .point{position:absolute; width:18px; height:18px; border-radius:50%; background:#ffdd00; left:50%; margin-left:-9px; top:28px; z-index:2;}
/*发展历程结束*/
/*研究院*/
.research{padding:60px 0 100px;}
.research .bjk1,.research .bjk2{line-height:2;}
.research .list_box{padding:50px 0;}
.research .list_box .text_box{color:#555; background:url(../img/research_bg.jpg) center center no-repeat; background-size:cover;}
.research .list_box .text_box .text_con{margin-top:70px; text-align:center;}
.research .list_box .text_box .text_con .text1{font-size:64px;}
.research .list_box .text_box .text_con .text1>span{font-size:14px;}
.research .list_box .text_box :hover{color:#dc1818;}
.research .list_box .text_box:hover .text_con .text1>span{font-size:58px;}
.research .list_box .cell6 .text_box:hover .text_con .text1>span{font-size:38px;}
/*关于我们*/
.intro{padding:80px 0 70px; overflow:hidden;}
.intro .video_box{width:380px; float:right; margin-left:60px; margin-bottom:70px; margin-top:70px; cursor:pointer;}
.intro .video_box .mask{width:76px; height:76px; background:url(../img/video_play.png) center center no-repeat; position:absolute; left:50%; margin-left:-38px; top:50%; margin-top:-38px;}
.intro .num_box{margin:30px 0 60px; padding:80px 0; font-size:47px; font-family:Impact; color:#fff; text-align:center; background:url(../img/aboutus_num.jpg) center center no-repeat; background-size:cover;}
.intro .num_box .text{font-size:15px; margin-left:10px; font-family:"Microsoft Yahei";}
.intro .num_box .info{font-size:15px;font-family:"Microsoft Yahei";}
.intro .num_box li{position:relative;}
.intro .num_box li:after{content:""; display:block; position:absolute; right:-2px; top:0; width:1px; height:100%; background-color:#fff;}
.intro .bjk_con .tit{font-size:72px; color:#e6e6e6; line-height:1; margin-bottom:20px;}
.intro .bjk_con .s_tit{font-size:24px; color:#b81b22; margin-bottom:35px; line-height:1;}
.intro .bjk p{font-size:14px; color:#757575; line-height:26px;}
/*荣誉*/
.honor{padding:60px 0 30px; overflow:hidden;}
.honor .pd{padding:35px; background-color:#e8e8e8; position:relative;}
.honor .pd .mask{position:absolute; width:100%; height:100%; background:url(../img/honor_mask.png) center center no-repeat; display:none;left:0; right:0; top:0; bottom:0;}
.honor .text_box{padding:25px 35px 25px; background-color:#aaa; display:none;}
.honor .text_box .text{font-size:16px; color:#fff; line-height:1; margin-bottom:25px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.honor .text_box .year{font-size:12px; color:#fff; line-height:1;}
.honor a{display:block;}
.honor a:hover .mask{display:block;}
.honor a:hover .text_box{background-color:#b81b23;}
.honor li{margin-bottom:35px;}
.album_wrap .album_ordinary .slide_c p{bottom:40px;}
/* page-3 start*/
.page{ font-size: 13px; color: #000; text-align: center;}
.page a,.page span {  color: #000;display: inline-block;border: 1px solid #ededed;padding:10px 14px;vertical-align: middle;margin: 0 0 10px -1px;background: #fff; font-size:16px ;font-weight:normal;  }
.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#fff; background: #b81b23;}
.page span.goprev,.page span.gonext {color: #000; background: none}
.page span.count { border: 0;background: 0;color: #000;}
.page a .ion{color: #000; font-size: .8em;}
.page a:hover .ion{color: #fff;}
.honor .page{padding-top:35px;} 
.album_ordinary .album_close{background:#b81b23!important;}
/*联系我们*/
.contact{padding:80px 0 80px; overflow:hidden;}
.contact .contact_l{width:65%;background:#f0f0f0;height:628px;}
.contact .contact_l img{max-width:none;}
.contact .contact_r{width:35%;background:url(../img/contact_bj.png) #b81b23 right bottom no-repeat;}
.contact .contact_r_box{padding:36px 45px;color:#fff;}
.contact .contact_r_box a:hover{color:#fff;}
.contact .contact_r_box .r_title{font-size:26px;font-weight:normal;padding-bottom:16px;}
.contact .contact_r_box dl{padding:20px 0px 30px;}
.contact .contact_r_box dt{font-size:16px;margin-bottom:12px;}
.contact .contact_r_box dd{font-size:14px;}
.contact .contact_r_box .part3{padding:34px 0px 40px 80px;background:url(../img/contact_ico.png) no-repeat left center;}
.contact .contact_r_box .part3 span{display:block;}
.contact .contact_r_box .part3 .number{font-size:30px;}
.contact .contact_r_box .part3 .title{font-size:18px;}
.contact .contact_r_box .part4{padding:40px 0px 23px;}
.contact .contact_r_box .bdshare-button-style1-24 a,.contact .contact_r_box .bdshare-button-style1-24 .bds_more{float:none;}
.contact .contact_r_box .bdshare-button-style1-24 a{background:url(../img/share_contact.png) no-repeat;}
.contact .contact_r_box .bdshare-button-style1-24 a.bds_sqq{background-position:-24px 0px;}
.contact .contact_r_box .bdshare-button-style1-24 a.bds_weixin{background-position:-48px 0px;}
.contact .bdshare-button-style1-24 a{padding-left:24px;}
.contact .contact_r_box .part4_l{width:50%;}
.contact .contact_r_box .part4_l>img{width:135px;height:135px;}
.contact .contact_r_box .part4_r{width:50%}
.contact .contact_r_box .part4_r span{display:block;}
.contact .contact_r_box .part4 .name{font-size:16px;margin-bottom:4px;}
.contact .contact_r_box .part4 .en_title{font-size:13px;margin-bottom:10px; text-transform:uppercase; }
/*新闻综合*/
.news_syn{overflow:hidden; margin-top:175px; z-index:2; position:relative;}
.fix_banner{height:630px;position:fixed;left:0;top:115px; width:100%; z-index:1;}
.fix_banner .bg_img{position:relative;width:100%;height:630px;}
.fix_banner .bg_img>img{width:1920px; max-width:none; position:absolute;left:50%; margin-left:-960px;}
.news_syn .pt1 {margin-bottom:60px;overflow:hidden;}
.news_syn .tit_box {margin-bottom:40px;}
.news_syn .tit_box .tit{font-size:34px; color:#2a2a2a; line-height:1;}
.news_syn .tit_box .more{font-size:14px; color:#595959; line-height:1; margin-right:3%;}
.news_syn .pt1 .news_list_box {position:relative;}
.news_syn .pt1 .news_list_box .arrs_box ul{display:none;}
.news_syn .pt1 .news_list_box .arrs_box>a{display:block; width:36px; height:110px; position:absolute; top:50%; margin-top:-55px;}
.news_syn .pt1 .news_list_box .arrs_box .prev{left:-60px; background:url(../img/news_syn_prev.png) 0 0 no-repeat;}
.news_syn .pt1 .news_list_box .arrs_box .next{right:-30px; background:url(../img/news_syn_next.png) 0 0 no-repeat;}
.news_syn .pt1 .news_list_box .arrs_box .prev:hover{background-position:-36px 0;}
.news_syn .pt1 .news_list_box .arrs_box .next:hover{background-position:-36px 0;}
.news_syn .pt1 .news_list_box .slide_box{height:414px;}
.news_syn .pt1 .news_list_box .slide_box ul{overflow:hidden;}
.news_syn .pt1 .news_list_box .slide_box li{width:31%; margin-right:26px;float:left; position:relative;}
.news_syn .pt1 .news_list_box .slide_box .btm_empty{height:135px;}
.news_syn .pt1 .news_list_box .slide_box .text_box{background-color:#fff; position:absolute; left:0; bottom:0; width:100%;}
.news_syn .pt1 .news_list_box .slide_box .text_box .pd{padding:25px 30px;}
.news_syn .pt1 .news_list_box .slide_box .text_box ._tit{font-size:16px; color:#19191a; margin-bottom:30px; height:50px;}
.news_syn .pt1 .news_list_box .slide_box .text_box ._info{font-size:14px; color:#fff; line-height:22px; height:0;}
.news_syn .pt1 .news_list_box .slide_box .text_box ._date{color:#909090; font-size:13px;}
.news_syn .pt1 .news_list_box .slide_box  a{display:block;}
.news_syn .pt1 .news_list_box .slide_box  a:hover ._info{height:44px;}
.news_syn .pt1 .news_list_box .slide_box  a:hover .text_box{background:#b81b23;}
.news_syn .pt1 .news_list_box .slide_box  a:hover  ._tit{color:#fff;}
.news_syn .pt1 .news_list_box .slide_box  a:hover  ._date{color:#fff;}
.news_syn .pt2{padding:50px 0 80px; overflow:hidden; background-color:#fff;}
.news_syn .pt2 .focus_box li{background-color:#f8f8f8;}
.news_syn .pt2 .focus_box li>a{display:block; padding:40px 30px;}
.news_syn .pt2 .focus_box .day{font-size:50px; color:#000; margin-right:10px; font-family: 宋体;}
.news_syn .pt2 .focus_box .date{font-size:16px; color:#848384;}
.news_syn .pt2 .focus_box .time{margin-bottom:30px;}
.news_syn .pt2 .focus_box .title{font-size:18px; color:#000; line-height:1; margin-bottom:15px;}
.news_syn .pt2 .focus_box .info{font-size:13px; color:#595757; margin-bottom:30px; line-height:20px; height:60px; overflow:hidden;}
.news_syn .pt2 .focus_box .lookmore{font-size:12px; color:#6e6d6d;}
.news_syn .pt2 .focus_box li>a:hover .day{color:#b81b23;}
.news_syn .pt2 .focus_box li>a:hover .title{color:#b81b23;}
.news_syn .pt3{padding:50px 0 70px; overflow:hidden; background-color:#fafafa;}
.news_syn .pt3 .indst_box .l_box{width:57.5%;}
.news_syn .pt3 .indst_box .r_box{width:37.5%;}
.news_syn .pt3 .indst_box a{display:block;}
.news_syn .pt3 .indst_box .img_box{position:relative;}
.news_syn .pt3 .indst_box .img_box img{width:100%;height:auto; position:absolute;}
.news_syn .pt3 .indst_box .img_box .text_box{position:absolute; left:0; bottom:0; width:100%;}
.news_syn .pt3 .indst_box .img_box .text_box .pd{padding:30px; background-color:#b81b23;}
.news_syn .pt3 .indst_box .img_box .text_box .title{font-size:20px; color:#fff; margin-bottom:20px;}
.news_syn .pt3 .indst_box .img_box .text_box .info{font-size:14px; color:#fff; margin-bottom:20px; line-height:20px; height:40px; overflow:hidden;}
.news_syn .pt3 .indst_box .img_box .text_box span{font-size:13px; color:#fff; line-height:20px; display:inline-block; padding-left:40px; margin-right:30px;}
.news_syn .pt3 .indst_box .img_box .text_box .time_box{background:url(../img/putTime.png) left center  no-repeat;}
.news_syn .pt3 .indst_box .img_box .text_box .guanzhu{background:url(../img/look.png) left center  no-repeat;}
.news_syn .pt3 .slide_box .arrs { position:absolute; top:35%; width:41px; height:83px; background-image:url(../img/news05.png); background-repeat:no-repeat; }
.news_syn .pt3 .slide_box .arrs.arr_prev { left:0; background-position:0 0; }
.news_syn .pt3 .slide_box .arrs.arr_next { right:0; background-position:-41px 0; }
.news_syn .pt3 .slide_box {height:0; padding-bottom:80%; position:relative;}
.news_syn .pt3 .slide_box .slide_nav{display:none;}
.news_syn .pt3 .news_list>a{display:block;}
.news_syn .pt3 .news_list .month{font-size:36px; color:#b81b23; line-height:1;font-family: 宋体;}
.news_syn .pt3 .news_list .year{font-size:16px; color:#b81b23; line-height:1; margin-top:15px;}
.news_syn .pt3 .news_list .new_time{margin-bottom:20px;}
.news_syn .pt3 .news_list .title{font-size:18px; color:#19191a; margin-bottom:20px;}
.news_syn .pt3 .news_list .info{font-size:14px; color:#595757; margin-bottom:25px;}
.news_syn .pt3 .news_list li{border-bottom:1px solid #ecf1f4; margin-bottom:20px;}
.news_syn .pt4 {padding:50px 0 60px; background-color:#fff;}
.news_syn .pt4 .text_box{padding:30px; background-color:#b81b23; text-align:center; line-height:1; color:#fff;}
.news_syn .pt4 .mask{width:62px; height:62px; background:url(../img/news_syn_play.png) center center no-repeat; position:absolute; left:50%; margin-left:-31px; top:50%; margin-top:-31px;}
/*新闻列表*/
.news_list .pt1{overflow:hidden; padding:0px 0 50px;}
.news_list .pt1 li{position:relative;}
.news_list .pt1 .btm_empty{height:135px;}
.news_list .pt1 .text_box{background-color:#fff; position:absolute; left:0; bottom:0; width:100%;}
.news_list .pt1 .text_box .pd{padding:30px 30px;    border: 1px solid #dcdedd; border-top: none;}
.news_list .pt1 .text_box ._tit{font-size:16px; color:#19191a; margin-bottom:30px;}
.news_list .pt1 .text_box ._info{font-size:14px; color:#fff; line-height:22px; height:0;}
.news_list .pt1 .text_box ._date{color:#909090; font-size:13px;}
.news_list .pt1  a{display:block;}
.news_list .pt1  a:hover ._info{height:44px;}
.news_list .pt1  a:hover .text_box{background:#b81b23;}
.news_list .pt1  a:hover  ._tit{color:#fff;}
.news_list .pt1  a:hover  ._date{color:#fff;}
.news_list .pt2 {padding-bottom:50px; overflow:hidden; background-color:#fff;}
.news_list .pt2 .lists_box li>a{display:block; padding:40px 20px 25px 40px; background-color:#fff;}
.news_list .pt2 .lists_box li.gray>a{background-color:#f8f8f8;}
.news_list .pt2 .lists_box li>a:hover{background-color:#ececec;}
.news_list .pt2 .lists_box .time{width:12%;}
.news_list .pt2 .lists_box .time .year{font-size:16px; color:#a7a7a7; line-height:1; margin-bottom:8px; text-align:right;}
.news_list .pt2 .lists_box .time .date{font-size:40px; color:#959494; text-align:right; font-family: 宋体;}
.news_list .pt2 .lists_box .news{width:85%}
.news_list .pt2 .lists_box .news .title{font-size:22px; color:#070707; line-height:1; margin-bottom:20px;}
.news_list .pt2 .lists_box .news .info{font-size:13px; color:#767474; margin-bottom:20px;}
.news_list .pt2 .lists_box .news .more{width:138px; height:40px; border:1px solid #e1e3e4; line-height:40px; font-size: 14px; color:#070707; text-align:center;;}
.news_list .pt2 .lists_box .news .more span{margin-left:10px;}
.news_list .page{padding-top:50px;}
/*关于我们*/
.about .pt1 {padding:60px 0 60px; overflow:hidden;}
.about .pt1 .tit{font-size:32px; color:#2f2f2f;line-height:1;margin-bottom:20px; text-align:center; font-weight:bold;}
.about .pt1 .info{margin-bottom:50px; font-size:14px; color:#6d6d6d; text-align:center;}
.about .pt1 ._box .img_box{width:48%; cursor:pointer;}
.about .pt1 ._box .img_box .mask{width:76px; height:76px; background:url(../img/about_play.png) center center no-repeat; position:absolute; left:50%; top:50%; margin-left:-38px; margin-top:-38px;}
.about .pt1 ._box .gk_box{width:52%;}
.about .pt1 ._box .gk_box .pd{padding:50px 65px 30px; border-top:10px solid #f3f3f3;border-bottom:10px solid #f3f3f3;border-right:10px solid #f3f3f3;}
.about .pt1 ._box .gk_box .title{font-size:28px; color:#000; margin-bottom:20px;}
.about .pt1 ._box .gk_box .line{height:1px; width:45px; background-color:#b81b23; margin-bottom:20px;}
.about .pt1 ._box .gk_box .des{font-size:14px; color:#757575; line-height:26px; margin-bottom:30px;}
.about .pt1 ._box .gk_box ._btn{width:150px; height:40px; font-size:15px; color:#838383; border-top:1px solid #dddee3;border-bottom:1px solid #dddee3; line-height:40px; display:inline-block; margin-right:40px;}
.about .pt1 ._box .gk_box ._btn:hover{color:#b81b23; border-color:#b81b23;}
.about .pt1 ._box .gk_box ._btn span{margin:0 10px; }
.about .pt1 ._box .gk_box ._btn span.jia{margin-left:20px;}
.about .pt2{padding:60px 0 60px; background-color:#efefef; overflow:hidden;}
.about .pt2 .l_box{width:25%; margin-right:2%;}
.about .pt2 .r_box{width:73%; position:relative; height:204px; overflow:hidden;}
.about .pt2 .r_box li{width:30%; float:left;}
.about .pt2 .r_box .top_box{padding:30px 20px; background-color:#e8e8e8;}
.about .pt2 .r_box .text_box{padding:20px 25px 20px 25px; background-color:#aaa; color:#fff; display:none;}
.about .pt2 .r_box .text_box .title{font-size:16px; line-height:20px; margin-bottom:10px; height:40px; overflow:hidden;}
.about .pt2 .r_box .img_box .mask{position:absolute; width:100%; height:100%; left:0; top:0; background:url(../img/honor_mask.png) center center no-repeat; display:none;}
.about .pt2 .r_box .text_box .time{font-size:12px;}
.about .pt2 .r_box a{display:block;}
.about .pt2 .r_box a:hover .text_box{background-color:#b81b23;}
.about .pt2 .r_box a:hover .top_box{background-color:#a8a8a8;}
.about .pt2 .r_box a:hover .mask{display:block;}
.about .pt2 .scroll_nav{display:none;}
.about .pt2 .arrs{display:block; width:22px; height:40px; position:absolute;top:30%;}
.about .pt2 .arr_prev{background:url(../img/about_prev.png) center center no-repeat; left:0}
.about .pt2 .arr_next{background:url(../img/about_next.png) center center no-repeat; right:0;}
.about .pt3{padding:50px 0; overflow:hidden;}
.about .pt3 .tit{font-size:32px; color:#2f2f2f; line-height:1;margin-bottom:20px; text-align:center; font-weight:bold;}
.about .pt3 .info{font-size:14px; color:#6d6d6d; line-height:1; margin-bottom:40px; text-align:center;}
.about .pt3 .mask{position:absolute; left:0; top:0; width:100%; height:100%; color:#fff; text-align:center;}
.about .pt3 .mask .text1{margin-top:65px; font-size:24px; font-weight:bold; margin-bottom:20px;}
.about .pt3 .mask .text2{font-size:18px; margin-bottom:30px;display:none;}
.about .pt3 .mask .text3{font-size:14px; }
.about .pt3 .rect-40{padding-bottom:32%;}
/*产品综合*/
.pro_syn{overflow:hidden; margin-top:115px;}
.pro_syn .pt1{height:650px;background:url(../img/pro_syn_bg.jpg) center center no-repeat;}
.pro_syn .pt1>.wrap{height:100%; position:relative;}
.pro_syn .pt1>.wrap .lists{height:100%;}
.pro_syn .pt1 ul{height:100%;}
.pro_syn .pt1 li{width:20%; float:left; background-color:rgba(211,219,228,0.7);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2d3dbe4,endcolorstr=#B2d3dbe4); height:100%;}
.pro_syn .pt1 li a{display:block; height:100%;overflow:hidden;}
.pro_syn .pt1 ._box{ width:100%; margin-top:170px; text-align:center; overflow:hidden;}
.pro_syn .pt1 .ico_box{width:95px; height:60px; margin-left:auto; margin-right:auto; margin-bottom:40px; display:none;}
.pro_syn .pt1 .tit{font-size:20px; color:#000; line-height:1; margin-bottom:20px;}
.pro_syn .pt1 .info{width:80%; margin-left: auto; margin-right:auto; font-size:13px; color:#8f8f8f; line-height:24px; margin-bottom:40px; height:72px; overflow:hidden;}
/*.pro_syn .pt1 .li1 .ico_box{background:url(../img/pt1_3h.png) center center no-repeat;}
.pro_syn .pt1 .li2 .ico_box{background:url(../img/pt1_3h.png) center center no-repeat;}
.pro_syn .pt1 .li3 .ico_box{background:url(../img/pt1_3h.png) center center no-repeat;}
.pro_syn .pt1 .li4 .ico_box{background:url(../img/pt1_3h.png) center center no-repeat;}
.pro_syn .pt1 .li5 .ico_box{background:url(../img/pt1_3h.png) center center no-repeat;}*/
.pro_syn .pt1 .pd{height:100%;border-right:1px solid #9ca1a5;}
.pro_syn .pt1 .pd:hover{border:0;}
.pro_syn .pt1 .li5 .pd{border:0;}
.pro_syn .pt1 a:hover .ico_box{display:block;}
.pro_syn .pt1 a:hover .img_box{display:none;}
.pro_syn .pt1 a:hover ._box{margin-top:226px;}
.pro_syn .pt1 li>a:hover{background-color:#b81b23;}
.pro_syn .pt1 a:hover .tit{color:#fff;}
.pro_syn .pt1 a:hover .info{color:#fff;}
.pro_syn .scroll_nav{display:none;}
.pro_syn .arrs{display:block; width:30px; height:56px; top:50%; margin-top:-28px; position:absolute;}
.pro_syn .prev{background:url(../img/prosyn_prev.png) 0 0 no-repeat; left:-50px;}
.pro_syn .prev:hover{background-position:-29px 0;}
.pro_syn .next{background:url(../img/prosyn_next.png) 0 0 no-repeat; right:-50px;}
.pro_syn .next:hover{background-position:-29px 0;}
/*企业文化*/
.culture .bjk{text-align:center; margin-bottom:30px; font-size:15px; color:#5a5a5a; line-height:27px;}
.culture .pt1 {padding:70px 0; overflow:hidden;}
.culture .pt1 .item{width:31.33%; margin:0 1% 35px; float:left;}
.culture .pt1 .item a{display:block;}
.culture .pt1 .item .pd{padding:35px 25px 40px; border:1px solid #cbcbcb;}
.culture .pt1 .pd .tit{font-size:20px; color:#000; line-height:1; margin-bottom:15px; font-weight:bold;}
.culture .pt1 .pd .time_box{margin-bottom:25px; line-height:15px; vertical-align:middle; font-size:12px;}
.culture .pt1 .pd .time_box span{margin-right:13px; color:#5a5a5a;}
.culture .pt1 .pd .time_box i{display:inline-block; width:20px; height:15px; margin-right:5px; vertical-align:middle;}
.culture .pt1 .pd .time_box i.time_ion{background:url(../img/culture_time.jpg) center center no-repeat;}
.culture .pt1 .pd .time_box i.look{background:url(../img/culture_look.png) center center no-repeat;}
.culture .pt1 .pd .img_box{margin-bottom:30px;}
.culture .pt1 .pd .info{font-size:14px; color:#6a6a6a; line-height:26px; margin-bottom:40px;}
.culture .pt1 .pd .more{width:140px; height:40px; line-height:40px; border-top:1px solid #535971;border-bottom:1px solid #535971; font-size:15px; color:#838383;}
.culture .pt1 .pd .more span{margin-left:5px;}
.culture .pt1 .pd .more span.jia{margin-left:50px;}
.culture .pt1 a:hover .more{border-color:#e60920; color:#e60920;}
.culture .pt1 .loading{width:100%; height:50px; background:url(../img/loading.gif) center center no-repeat;}
.culture .pt1 .loading.none{display:none;}

/*人才招聘*/
.job{padding:70px 0 70px; overflow:hidden;}
.job .pt1 .job-sear{ padding:43px 0 27px 30px; border:10px #ededed solid; margin-bottom:50px;}
.job .pt1 .job-sear .t-pt{font-size:14px;color: #5a5a5a;
    font-weight: bold;float: left;line-height:32px;padding: 0 15px 0 5px; text-transform:uppercase;}
.job .pt1 .job-sear .t-area{ float:left; width:22.5%; height:30px; padding-left:10px; line-height:30px; border:1px solid #eee;  text-indent:5px; margin-right:5%;background-color: #fff;}
.job .pt1 .job-sear .t-area ._val{color:#a9a9a9;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.job .pt1 .job-sear .t-area ._val b{ float:right; width:33px; height:30px; background:url(../img/job-areaico.gif) no-repeat; }
.job .pt1 .job-sear .t-area ._option{ top:30px;}
.job .pt1 .job-sear .t-area ._option a { padding-left:10px; background-color:#ffffff; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }

.job .pt1 .job-sear .sear_input{ float:left; margin-right:3%; width:25%; padding-left:5px; height:28px; line-height:28px; border:1px solid #eee; position:relative;background-color: #fff;}
.job .pt1 .job-sear .sear_input input { text-indent:10px; }
.job .pt1 .job-sear .sear_input input[type=text]{ vertical-align:top; border:0;width: 80%;height: 16px; line-height:16px;box-sizing: content-box;padding: 6px 0;}
.job .pt1 .job-sear button[type=submit]{ border:0; width:20%; height:30px; line-height: 30px;
    background-color:#b81b23;padding: 0;float:left;font-size:14px; color:#fff;cursor: pointer; text-transform:uppercase;}
.job .pt1 .job-sear .sear_input button i{ display:block;background:url(../img/job-searico.png) no-repeat; width:100%; height:100%;}
.job .pt1 .job-sear button[type=submit]:hover{ background-color:#950606;}
.job .pt2{background-color: #fff;z-index: 2;}
.job .pt2 .job_list { margin-bottom:60px;position: relative;}
.job .pt2 .joblist_tt{background-color: #b81b23;height: 54px;line-height: 54px; overflow:hidden;float:left; width:100%;}
.job .pt2 .joblist_tt span{ float:left;text-indent:3%;font-weight: bold;}
.job .pt2 .joblist_tt span.jobli1{ width:20%;text-align: left;color:#fff;font-size: 15px;font-weight: normal;
text-indent: 5%;}
.job .pt2 .joblist_tt span.jobli2{ width:20%;text-align: left;color:#fff;font-size: 15px;font-weight: normal;
text-indent: 5%;}
.job .pt2 .joblist_tt span.jobli3{ width:20%;text-align: left;color:#fff;font-size: 15px;font-weight: normal;
text-indent: 5%;}
.job .pt2 .joblist_tt span.jobli4{ width:20%;text-align: left;color:#fff;font-size: 15px;font-weight: normal;
text-indent: 5%;}
.job .pt2 .joblist_tt span.jobli5{ width:20%;text-align: left;color:#fff;font-size: 15px;font-weight: normal;
text-indent: 5%;}
.job .pt2 .JobList-J2 { overflow:hidden;}
.job .pt2 .JobList-J2 ._jt {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border-bottom:1px solid #f2f2f2;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer; position:relative; float:left; width:100%;
}
.job .pt2 .JobList-J2 ._jt strong {
  float: left;
  width: 20%;
  color:#5a5a5a;font-size: 14px;text-align: left;text-indent: 5%;font-weight: normal;
  height: 50px;
}
.job .pt2 .JobList-J2 ._jt span {
  float: right;
}

.job .pt2 .JobList-J2 ._jc {
  display: none;float:left; width:100%;background-color:#f9f9f9;padding-left: 44px;padding-bottom: 30px;
}
.job .pt2 .JobList-J2 ._jcon {
  padding: 10px 10px 10px 20px;
}
.job .pt2 .JobList-J2 ._jcon ._title{font-size: 15px;color:#000;margin-top: 32px;}
.job .pt2 .JobList-J2 ._jcon ._typeIn p{line-height: 24px;}
.job .pt2 .JobList-J2 ._jt_act  {color:#fff;}
.job .pt2 .JobList-J2 ._jt_act ._jt_btn{ background-position:left bottom;}
.job .pt2 ._channelBtn{ display: inline-block;border: 1px #d6d6d6 solid;    width: 160px;
    height: 40px;line-height: 40px;text-align: center;margin-top: 14px;margin-right: 10px;}
.job .pt2 ._channelBtn:hover{ background-color:#b81b23; color:#fff;}
.job .pt2 .JobList-J2 ._jcon{padding-bottom:30px;}
.job .page{padding-top:70px;}
/*董事长列表*/
.chair{position: relative;overflow: hidden;}
.chair .part01 {overflow: hidden;padding:64px 0;background-color: #fff;}
.chair .part01 .his_left {float:left;}
.chair .part01 .his_left.at{position: absolute;left:0;bottom: 51px;}
.chair .part01 .his_left .his_img{height: 335px; overflow:hidden;}
.chair .part01 .his_left .date_{position: relative;overflow: hidden;width:100%;
width:368px;}
.chair .part01 .his_left .date_.at{position: absolute;left:0;bottom:0;}
.chair .part01 .his_left .date_.fixed{position: fixed;left:50%;margin-left: -600px;top:66px;
z-index: 22;}
.chair .part01 .his_left .date_ ul li{height: 94px;line-height: 94px;text-align: center;
font-size: 22px;color:#2f2f2f;border-bottom: 1px solid #fff;background-color: #f1f1f1;}
.chair .part01 .his_left .date_ ul li a{display:block;}
.chair .part01 .his_left .date_ ul li.on{background-color:#b81b23;}
.chair .part01 .his_left .date_ ul li.on a{color:#fff;}
.chair .part01 .his_left .date_ ul li:hover{background-color:#b81b23;}
.chair .part01 .his_left .date_ ul li:hover a{color:#fff;}
.chair .part01 .his_right{width:63%;float:right;border-left: 1px solid #e6e6e6;}
.chair .part01 .his_right ul li{margin-bottom: 50px;position: relative;border:7px solid #e7e7e7;margin-left: 60px;}
.chair .part01 .his_right ul li .oc{position: absolute;left:-76px;top:38px;}
.chair .part01 .his_right ul li .os{position: absolute;left:-36px;top:33px;}
.chair .part01 .his_right ul li .mask_ {margin:40px 40px;}
.chair .part01 .his_right ul li .mask_ .title{font-size:26px;color:#b81b23;text-align: left;
margin-bottom: 14px;}
.chair .part01 .his_right ul li .mask_  .p{font-size: 14px;color:#5a5a5a;line-height: 24px;}
.chair .part01 .his_right ul li .mask_  .bg_img{margin-top: 35px;}
.chair .part01 .his_right ul li.li_ .bg_img{display: none;}
/*董事长详情页*/

.chair_detail .news_detail ._tool_ico{width:20px;height:20px;background:url(../img/news_detail_tool_ico.png) no-repeat;display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;margin-right:6px;}
.chair_detail .news_detail ._tool_ico.ico01{background-position:0px 0px;}
.chair_detail .news_detail ._tool_ico.ico02{background-position:-20px 0px;}
.chair_detail .news_detail ._tool_ico.ico03{background-position:-40px 0px;}
.chair_detail .news_detail ._tool_ico.ico04{background-position:-60px 0px;}
.chair_detail .news_detail ._tool_ico.ico05{background-position:-80px 0px;}
.chair_detail .news_detail ._tool_ico.ico06{background-position:-100px 0px;margin-left:24px;}
.chair_detail .part01 .his_right.news_detail{padding:0; border-left:0;}
.chair_detail .news_detail .widget-newsdetail-2 ._head { border-bottom: 1px dotted #cccccc; }
.chair_detail .news_detail .widget-newsdetail-2 ._head ._title { font-size:30px; line-height: 1.4;color:#000;font-weight:bold;margin-bottom:20px;}
.chair_detail .news_detail .widget-newsdetail-2 ._tools {color: #c7c7c7;height:46px;line-height:46px;padding:10px 0px 30px;}
.chair_detail .news_detail .widget-newsdetail-2 .ion { font-size: 16px; font-weight: normal;}
.chair_detail .news_detail .widget-newsdetail-2 ._tools ._tool{display: inline-block; vertical-align: middle;margin-right:24px;}
.chair_detail .news_detail .widget-newsdetail-2 ._tools ._b2l .ion { color: #0e90d2;}
.chair_detail .news_detail .widget-newsdetail-2 .myart { padding:50px 0;}
.chair_detail .news_detail .widget-newsdetail-2 ._detailPage_bottom {border-top: 1px solid #cccccc;}
.chair_detail .news_detail .widget-newsdetail-2 ._detailPage_bottom li {line-height: 60px; overflow: hidden; height: 60px;border-bottom: 1px solid #cccccc;font-size:16px;padding-right:28px;}
.chair_detail .news_detail .widget-newsdetail-2 ._detailPage_bottom ._mark { float: left; margin-right:25px;padding:0px 28px;color:#7c7c7c;}
.chair_detail .news_detail .widget-newsdetail-2 ._detailPage_bottom ._title { float:left; width: 68%;color:#000;}
.chair_detail .news_detail .widget-newsdetail-2 ._detailPage_bottom li:hover ._mark{background-color:#027ac8;color:#fff;}
.chair_detail .news_detail .widget-newsdetail-2 ._detailPage_bottom ._time { float: right;font-size:13px;color:#969696;}
.chair_detail .news_detail .widget-newsdetail-2 .bdsharebuttonbox{margin-right:24px;}
.chair_detail .news_detail .widget-newsdetail-2 .bdsharebuttonbox .bds_more { float: none; padding-left: 2px;background: none;font-size:14px;color:#c7c7c7;}

.chair_detail .news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box{width:46px;height:46px;display:inline-block;*display:inline;*zoom: 1; background:url(../img/detail_r_ico.png) no-repeat;}
.chair_detail .news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_back{background-position:-46px 0px;}
.chair_detail .news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_next{background-position:-92px 0px;}
.chair_detail .news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box:hover{background-position:0px -46px;}
.chair_detail .news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_back:hover{background-position:-46px -46px;}
.chair_detail .news_detail .widget-newsdetail-2 .detail_right_btn ._btn_box._btn_next:hover{background-position:-92px -46px;}
.chair_detail .news_detail .widget-newsdetail-2 .bdshare_popup_box{display:none!important;}
.chair_detail .part01 .his_right .wrap{width:auto; min-width:auto;}
/*董事长单页*/
.chair_page .part01 .his_right{padding:0; border-left:0;}
/*新闻视频*/
.news_video{position: relative;overflow: hidden;z-index:1;background-color: #fff;
padding:66px 0;}
.news_video .news_v{position: relative;overflow: hidden;z-index: 20;}
.news_video .news_v ul li{position: relative;overflow: hidden;margin-bottom: 40px;}
.news_video .news_v ul li .info_{height: 66px;line-height: 66px;position: relative;background:/*url(../img/news_video_xiao_03.png)*/ #ecf1f4 no-repeat 95% center;}
.news_video .news_v ul li .info_ p{font-size: 16px;color:#19191a;text-indent: 20px;}
.news_video .news_v ul li ._info{background:url(../img/black88_03.png) repeat;position: absolute;width:100%;height: 100%;top:100%;transition: all .5s ease;}
.news_video .news_v ul li ._info ._mask{position: absolute;left:50%;margin-left: -31px;top:50%;margin-top: -31px; width:62px; height:62px; background:url(../img/news_syn_play.png) center center no-repeat;}
.news_video .news_v ul li:hover ._info{top:0;}
.pagechannel{min-height:100px; padding:50px 0;}
/*简历投递 zhoay*/
.Form-J1 .Form-J1-Left { float: left; width: 50%; }
.Form-J1 .Form-J1-right { float: right; width: 50%; }
.Form-J1 .Form-J1-li { margin-top: 10px; position:relative;}
.Form-J1 .Form-J1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-J1 .Form-J1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; }
.Form-J1 .Form-J1-li textarea { border: 1px #ddd solid; width: 70%; padding:0;height: 100px;}
.Form-J1 .Form-J1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-J1 .Form-J1-li input._yzm { width: 20%; }
.Form-J1 .Form-J1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer;height: 32px;}
.Form-J1 .Form-J1-li b { color: #666; font-size: 12px; padding-left: 4px; display:block;padding-left:17em;}
.Form-J1 .Form-J1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }
.Form-J1 .Form-J1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-J1 .Form-J1-Btn button {border: none;font-size: 14px;border-radius: 0;height:30px;line-height: 30px;width: 124px;padding: 0;color: #fff; cursor:pointer;}
.Form-J1 .Form-J1-Btn ._submit { background:#b81b22; margin-right: 30px; }
.Form-J1 .Form-J1-Btn ._submit:hover{opacity:0.8;}
.Form-J1 .Form-J1-Btn ._reset { background: #909090; }
.Form-J1 .Form-J1-Btn ._reset:hover { opacity:0.8; }
.Form-J1 .Validform_wrong{ position:absolute;top:5px;right:19%;}



.pdet-bottom ._detailPage_bottom {border-top: 1px solid #cccccc; margin-top:30px;}
.pdet-bottom ._detailPage_bottom li {line-height: 30px; overflow: hidden; height: 30px;  padding: 0 10px; border-bottom: 1px solid #cccccc; }
.pdet-bottom ._detailPage_bottom ._mark {font-weight: bold; float: left; margin-right: 10px; }
.pdet-bottom ._detailPage_bottom ._title {font-size: 14px;  float: left; width: 68%;}
.pdet-bottom ._detailPage_bottom ._title:hover { color: #9a5d2b;}
.pdet-bottom ._detailPage_bottom ._time { float: right;}   



/*产品详细*/
.pro_detail{padding:70px 0;}
.pro_detail .pt1{padding-bottom:40px;}
.pro_detail .pt1 .l_box{width:42%}
.pro_detail .pt1 .l_box .slide_con{height:0; padding-bottom:75%; overflow:hidden;}
.pro_detail .pt1 .l_box .slide_nav{display:none;}
.pro_detail .pt1 .l_box .arrs{display:block; width:30px; height:56px; top:50%; margin-top:-28px; position:absolute;}
.pro_detail .pt1 .l_box .arr_prev{background:url(../img/prosyn_prev.png) 0 0 no-repeat; left:0px;}
.pro_detail .pt1 .l_box .arr_prev:hover{background-position:-29px 0;}
.pro_detail .pt1 .l_box .arr_next{background:url(../img/prosyn_next.png) 0 0 no-repeat; right:0px;}
.pro_detail .pt1 .l_box .arr_next:hover{background-position:-29px 0;}

.pro_detail .pt1 .l_box img{width:100%; height:auto;}
.pro_detail .pt1 .r_box{width:52%; font-size:14px; color:#888;}
.pro_detail .pt1 .l_box .img_box{}
.pro_detail .pt1 .l_box .text{height:90px; line-height:90px; background:url(../img/black.6.png) repeat; color:#fff; font-size:18px; padding-left:10%; position:absolute; left:0;bottom:0; width:90%;}
.pro_detail .pt1 .zqd_link{display: block;width: 100%;height: 62px;line-height: 62px;text-align: center;color: #b81b23;font-size: 18px;background-color: #f6f6f6;margin-top: 20px;}
.pro_detail .pt1 .zqd_link:hover{background-color: #eee;}
.pro_detail .pt1 .zqd_icon{display: inline-block;width: 18px;height: 18px;background: url(../img/zqd_icon_03.png) no-repeat; vertical-align: middle; margin-top: -4px;margin-left: 15px;}
.pro_detail .pt1 .zqd_link:hover{color: #b81b23;opacity: .9;}

.pro_detail .pt2{ background:#f2f2f2; padding:40px 0 50px; }
.pro_detail .pt2 .company{height:340px; background:#fff; margin-bottom:40px;}
.pro_detail .pt2 .company .l_box{width:25%;  height:340px; position:relative;}
.pro_detail .pt2 .company .l_box .down_box{ background:#b81b23;position:relative; height:340px;}
.pro_detail .pt2 .company .l_box .jia{width:45px; height:45px; background:url(../img/jia.jpg) center center no-repeat; position:absolute; right:0; bottom:0; cursor:pointer;}
.pro_detail .pt2 .company .l_box .pd{padding:50px 50px 0;  color:#fff; height:240px; overflow:hidden;}
.pro_detail .pt2 .company .l_box ._t{font-size:28px; line-height:30px; margin-bottom:30px;}
.pro_detail .pt2 .company .l_box ._t a{color:#fff;}
.pro_detail .pt2 .company .l_box .lists li{font-size:14px; line-height:30px; cursor:pointer;}
.pro_detail .pt2 .company .l_box .lists span{margin-right:10px;}
.pro_detail .pt2 .company .r_box{width:75%;} 
.pro_detail .pt2 .company .r_box .pd{padding:50px 60px 0 20px; position:relative;}
.pro_detail .pt2 .company .r_box  .slide_box {max-height:230px; overflow:hidden;}
.pro_detail .pt2 .company .r_box  .slide_box li{width:32%;}
.pro_detail .pt2 .scroll_nav{display:none;}
.pro_detail .pt2 .company .r_box  .slide_box .name{height:60px; line-height:60px; background:#a8a8a8; text-indent:24px; color:#fff; font-size:14px; text-overflow:hidden; overflow:hidden; white-space:nowrap;}

.pro_detail .pt2 .company .r_box .pd .arrow{position:absolute; width:38px; height:38px; right:0;cursor:pointer;}
.pro_detail .pt2 .company .r_box .pd .prev1{background:url(../img/pro_d_prev.jpg) center center no-repeat; top:95px;}
.pro_detail .pt2 .company .r_box .pd .next1{background:url(../img/pro_d_next.jpg) center center no-repeat; top:50px;}
.pro_detail .pt2 .company .r_box .pd .prev2{background:url(../img/pro_d_prev.jpg) center center no-repeat; top:95px; left:0; right:inherit;}
.pro_detail .pt2 .company .r_box .pd .next2{background:url(../img/pro_d_next.jpg) center center no-repeat; top:50px; left:0; right:inherit;}
.pro_detail .pt2 .company .r_box .pd .prev3{background:url(../img/pro_d_prev.jpg) center center no-repeat; top:95px;}
.pro_detail .pt2 .company .r_box .pd .next3{background:url(../img/pro_d_next.jpg) center center no-repeat; top:50px;}

.pro_detail .pt2 .licheng .r_box .pd{padding:50px 20px 0 60px; position:relative;}


/*营销网络*/
.network{position: relative;overflow: hidden;padding:55px 0 55px;background-color: #fff;}
.network .part01{position: relative;overflow: hidden;}
.network .part01 .part01_t{background-color:#e60920;height: 68px;line-height: 68px;position: relative;overflow: hidden;}
.network .part01 .part01_t .dingwei{width:6.7%;border-right: 1px solid #fff;text-align: center;}
.network .part01 .part01_t .dingwei img{margin-top: 21px;}
.network .part01 .part01_t .sco_{width:6.7%;border-left: 1px solid #fff;text-align: center;
position: absolute;right: 0;top:0; cursor:pointer;}
.network .part01 .part01_t .sco_ img{margin-top: 21px;}
.network .part01 .part01_t .netSearch{margin:18px 0;width:55%;}
.network .part01 .part01_t .netSearch .sec_bd{display:block;overflow: hidden;width:46%;margin-left: 2%;margin-right: 2%;}
.network .part01 .part01_t .netSearch .sec_bd .pselect { height:32px; overflow:hidden; position:relative;float: left;width: 100%;}
.network .part01 .part01_t .netSearch .sec_bd .pselect .ms { position:absolute; left:7px; top:12px; z-index:10;}
.network .part01 .part01_t .netSearch .pselect .c_select { display:block; width: 99%;background-color:#fff; height:32px; line-height:32px; border-radius:0!important;border: 1px #c2c2c2 solid;}
.network .part01 .part01_t .netSearch .pselect .c_select ._txt { padding-right:36px; padding-left:20px;}
.network .part01 .part01_t .netSearch .pselect .c_select ._arrow { width:33px;}
.network .part01 .part01_t .netSearch .pselect .c_select ._arrow .arr {position: absolute; top:50%; left:50%; margin-left: -10px; margin-top: -10px; width:20px; height:20px; background:url(../img/ico.png) -40px 0 no-repeat;border: none;}
.network .part01 .part01_t .netSearch .pselect .c_select.on ._arrow .arr{background-position:-60px 0;}
.network .part01 .part01_t .netSearch .select-ui-options-ncb { border-color:#ddd!important;background-color: #fff;overflow: auto;max-height: 11em; width:344px\9;}
.network .part01 .part01_t .netSearch .select-ui-options li{padding: 6px;line-height: 1.8em; width:96%;}
.network .part01 .part01_t .netSearch .select-ui-options li:hover {background: #018a5e;color: #fff;}
.network .part01 .part01_t .netSearch .select-ui-options-ncb ._disabled { display:none;}
.network .part01 .part01_t .netSearch .nInput { display:block; height:39px;border:#ddd 1px solid; padding:0 20px; overflow:hidden; margin-bottom:15px;background-color: #fff;}
.network .part01 .part01_t .netSearch .nInput input { width:100%; height:19px; line-height:19px; padding:10px 0; vertical-align:top; border-width:0; font-family:"Microsoft Yahei";}
.network .part01 .part01_t .netSearch .nBtn { overflow:hidden; float:left;width: 117px;}
.network .part01 .part01_t .netSearch .nBtn a { display:block; width:100%; height:43px; line-height:43px; background-color:#c70025; color:#fff; font-size:18px; text-align:center;}
.network .part01 .part01_t .netSearch .sec_hd{display:block;overflow: hidden;width:46%;margin-right: 2%;}
.network .part01 .part01_t .netSearch .sec_hd .pselect { height:32px; overflow:hidden; position:relative;float: left;width: 100%;}
.network .part01 .part01_t .netSearch .sec_hd .pselect .ms { position:absolute; left:7px; top:12px; z-index:10;}
.network .part01 .part01_t  .nbread{position: relative;overflow: hidden;}
.network .part01 .part01_t  .nbread li{float:left;color:#fff;text-align: center;overflow: hidden; margin:0 10px;cursor:pointer;}
.network .part01 .part01_t  .nbread li span{width:16px;height: 16px;background-color: #fff;
float:left;display: block;margin: 26px 5px;}
.network .part01 .part01_t  .nbread li a { display:block; }
.network .part01 .part01_t  .nbread li b{font-weight: normal;float:left;}
.network .part01 .part01_t  .nbread li.on span{background-color: #fac110;}
.network .part01 .part01_t  .nbread li a:hover{color:#fff;}
/*.network .part01 .part01_t  .nbread li a:hover span{background-color: #e60920;}*/
.network .part01 .part01_c{position: relative;overflow: hidden;}
.network .part01 .part01_b{position: relative;overflow: hidden;background-color:#b81b23;}
.network .part01 .part01_b .mask_{margin:38px 50px 38px 50px;}
.network .part01 .part01_b .mask_ .title{font-size: 20px;color:#fff;text-align: left;
margin-bottom: 14px;}
.network .part01 .part01_b .mask_ .p{width:50%;color:#fff;}
.network .part01 .part01_b .mask_ .p li{float:left;font-size: 14px;line-height: 27px;
margin:0 80px 0 0;}
.network .part01 .part01_b a:hover{color:#fff;}
.network .part02{position: relative;/*overflow: hidden;*/}
.network .part02 ul li{background-color: #fbfbfb;margin-top: 20px;}
.network .part02 ul li .mask_{margin:36px 84px 40px 25px;}
.network .part02 ul li .mask_ .title{text-align: left;font-size: 16px;color:#000;margin-bottom: 12px;}
.network .part02 ul li .mask_  .p dt{font-size: 15px;color:#000;text-align: left;
margin-bottom:20px; }
.network .part02 ul li .mask_  .p dd{font-size: 14px;color:#5a5a5a;margin:0 5px 0 0;
line-height: 26px;}
.network .part02 ul li.li01{transition-delay: 0s;-webkit-transition-delay: 0s;}
.network .part02 ul li.li02{transition-delay: .2s;-webkit-transition-delay: .2s;}
.network .part02 ul li.li03{transition-delay: .4s;-webkit-transition-delay: .4s;}
.network .part02 ul li.li04{transition-delay: .6s;-webkit-transition-delay: .6s;}
.network .part02 ul li.li05{transition-delay: .8s;-webkit-transition-delay: .8s;}
.network .part02 ul li.li06{transition-delay: 1s;-webkit-transition-delay: 1s;}
.network .part02 ul li.li07{transition-delay: 1.2s;-webkit-transition-delay: 1.2s;}
.network .part02 ul li.li08{transition-delay: 1.4s;-webkit-transition-delay: 1.4s;}
.network .part02 ul li.li09{transition-delay: 1.6s;-webkit-transition-delay: 1.6s;}
.network .spinner { margin-top:70px; }
.network .spinner ._down_more{height: 42px;width:20%;position:relative; line-height: 42px; border: 1px solid #cbcbcb; font-size: 14px;font-weight: bold;color:#000;display:block;margin-left: 40%;
}
.network .spinner ._down_more p{margin-left: 20%;}
.network .spinner ._down_more .bg_img{margin-top: 15px; margin-left: 20%;}
.network .spinner.cur ._down_more .bg_img{display:none;}
.network .spinner.cur  ._down_more .loading{display:inline-block;}

.network .part02 ul li .mask_ { position:relative; z-index:23; }
.network .part02 ul li .mask_ .p{height:160px;overflow:hidden;}
.network .part02 ul li:hover .mask_ .p dt, .network .part02 ul li:hover .mask_ .p dd, .network .part02 ul li:hover .mask_ a { color:#fff; }
.network .part02 ul li .mask_ .p .ion{display:none;font-size:20px;color:#e60920;position:absolute;bottom:30px;right:0;}
.network .part02 ul li .mask_{padding: 36px 30px 40px 25px;margin:0;}
.network .part02 ul li:hover .mask_{background-color:#b81b23;}

/*新闻-详情*/
/* newsdetail-7 start*/
/*widget-newsdetail-7*/
.widget-newsdetail-7 .ion { color:#676767; }
.widget-newsdetail-7 .n_left { width:66.8%; float:left; box-sizing:border-box; }
.widget-newsdetail-7 ._head ._title { font-size:32px; font-weight:bold; color:#010101; margin-bottom:10px;}

.widget-newsdetail-7 ._tools { font-size:0; color:#7e7e7e; margin-bottom:15px;}
.widget-newsdetail-7 ._tools ._tool{ font-size:12px; margin-right:10px; display:inline-block; height:30px; line-height:30px; overflow:hidden;}
.widget-newsdetail-7 ._tools .ion { font-size:18px; display:inline-block; height:30px; line-height:30px; vertical-align:-2px;}
.widget-newsdetail-7 ._tools b { font-weight:normal; }
.widget-newsdetail-7 ._tools #switcher { margin-left:10px; }
.widget-newsdetail-7 ._tools #switcher ._title{margin-right:5px;font-size:12px;color:#7e7e7e;}
.widget-newsdetail-7 ._tools #switcher .ion { font-size:15px; }
.widget-newsdetail-7 ._tools .bds_more { float:none; background:none; padding:0;}

.widget-newsdetail-7 .myart { padding:30px 2.5%; background-color:#fafafa; line-height:2; min-height:200px; font-size:13px; color:#555555 }

.widget-newsdetail-7 .n_right { width:30%; float:right; padding-top:17px; }
.widget-newsdetail-7 ._back .ion { display:block; position:absolute; top:0; right:20px; font-size:20px; }
.widget-newsdetail-7 ._back a,.widget-newsdetail-7 ._back .ion { color:#b81b23; }
.widget-newsdetail-7 ._back a { display:block; position:relative; width:70%; height:49px; padding-left:20px; border:#b81b23 1px solid; font-size:20px; line-height:49px; }
.widget-newsdetail-7 ._back:hover a { background-color:#b81b23; }
.widget-newsdetail-7 ._back:hover a,.widget-newsdetail-7 ._back:hover .ion { color:#fff; }


.widget-newsdetail-7 ._detailPage_bottom li span,.widget-newsdetail-7 ._detailPage_bottom li a { display:block;}
.widget-newsdetail-7 ._detailPage_bottom{ margin-top:50px; }
.widget-newsdetail-7 ._detailPage_bottom ul { padding:14px 0;}
.widget-newsdetail-7 ._detailPage_bottom li { position:relative; padding-bottom:40px; }
.widget-newsdetail-7 ._detailPage_bottom li:after { content:''; position:absolute; top:15px; left:0; width:100%; height:1px; background-color:#e2e2e2;  overflow:hidden;}
.widget-newsdetail-7 ._db ._mark { color:#b81b23; }
.widget-newsdetail-7 ._detailPage_bottom a:hover ._mark { color:#b81b23; }
.widget-newsdetail-7 ._detailPage_bottom ._mark{ display:inline-block; background-color:#fff; padding-right:8px; padding-bottom:10px; font-size:18px; font-weight:bold; position:relative; z-index:10;}
.widget-newsdetail-7 ._detailPage_bottom ._date{ height:30px; line-height:30px; margin-bottom:7px; font-family:Arial; font-size:13px; color:#676767; }
.widget-newsdetail-7 ._detailPage_bottom ._date .ion { font-size:20px; height:30px; vertical-align:-2px; margin-left:0;}
.widget-newsdetail-7 ._detailPage_bottom a:hover ._title { color:#b81b23; }
.widget-newsdetail-7 ._detailPage_bottom ._title{ padding-left:5px; font-size:18px; font-weight:bold; color:#5c5c5c; line-height:1.5em; font-weight:normal;}

@media only screen and (max-device-width: 760px) {
.widget-newsdetail-7 .n_left { width:100%; float:none; }
.widget-newsdetail-7 .n_right { display:none; }
.widget-newsdetail-7 .myart { padding:20px 0 0; background-color:#fff; }
}

/*新闻-公司刊物*/
/*图片*/
.rect-137 {padding-bottom: 137%;}
.news_pub{position: relative;overflow: hidden;z-index: 20;background-color: #fff;padding-top: 66px;}
.cbw_list li{margin-bottom:30px;}
.cbw_list .pbox{background-color:#c9c9c9;padding: 15%;}
.cbw_list .pbox .info{display:block;position:absolute;bottom:0;left:0;right:0;background-color:#ededed;padding: 5%;}
.cbw_list .pbox .info .title{font-size:16px;font-weight: normal;}
.cbw_list .pbox .info .co{width:0;height:0;border-right:22px solid #e60920;border-top:22px transparent solid;display:block;position: absolute;right: 4px;bottom: 4px;}
.cbw_list .hover .pbox .info{background-color:#e60920;color:#fff;}
.cbw_list .hover .pbox .info .co{border-right-color:#fff;}
.cbw_list .page{margin-top:50px;}
.cbw_list .hover .pbox .info a:hover { color:#fff; }
.cbw_list .pbox .info .tool { display: block; position:relative; margin-left:10px; padding-left:25px; font-size:16px; }
.cbw_list .pbox .info .tool:before { content:''; display:block; position:absolute; top:50%; left:0; margin-top:-10px; width:20px; height:20px; background:url(/resources/web/img/ico2.png); }
.cbw_list .hover .pbox .info .tool:before { background:url(/resources/web/img/ico3.png); }
.cbw_list .pbox .info .tool.ico_view:before { background-position:0 0; }
.cbw_list .pbox .info .tool.ico_download:before { background-position:-20px 0; }

/*关于我们新*/
.about_us_n .pt1{margin-bottom:50px;}
.about_us_n .l_box{width:45%; cursor:pointer;}
.about_us_n .l_box .rect-80{padding-bottom:70%;}
.about_us_n .r_box{width:47%;padding-right:3%;}
.about_us_n .l_box .play{width:70px; height:70px; position:absolute; top:50%; margin-top:-35px; left:50%; margin-left:-35px; background:url(../img/video_play2.png) center center no-repeat;}
.about_us_n .l_box .num_box{padding:35px 0;font-size:40px;font-family:Impact;color:#000;text-align:center; position:relative; background:url(../img/c_bg.jpg) no-repeat; background-size:cover; min-height: 50px;}
.about_us_n .l_box .num_box>.row{position:relative; z-index:2;}
.about_us_n .l_box .num_box .text{font-family:'Microsoft Yahei'; font-size:13px; margin-left:8px;}
.about_us_n .l_box .num_box .jia{font-size:22px; margin-left:8px;}
.about_us_n .l_box .num_box .info{font-size:13px; color:#878787; font-family:"Microsoft Yahei";}
.about_us_n .l_box .num_box li{position:relative;}
.about_us_n .l_box .num_box li:after{content:"";display:block;position:absolute;right: -2px;top:0;width:1px;height:100%;background-color:#cfcfcf;}
.about_us_n .l_box .num_box #canvas_box{position:absolute; width:100%; height:100%; top:0; left:0;}
.about_us_n .l_box .num_box #canvas_box #anitOut{width:100%; height:100%;}
.about_us_n .r_box .tit{font-size:110px; color:#e6e6e6; font-family:Impact; line-height:1;}
.about_us_n .r_box ._tit{font-size:32px; color:#b81b22; font-weight:bold; margin-top:-40px; margin-bottom:40px; line-height:1;}
.about_us_n .r_box .s_tit{font-size:24px; color:#000; margin-bottom:30px; line-height:1;}
.about_us_n .r_box .info{ font-size:14px; color:#565656; line-height:26px;height: 320px;overflow-y: auto;overflow-x: hidden;padding-right: 40px;}
.about_us_n .xiangce{position:relative;}
.about_us_n .xiangce .jt{position:absolute; top:50%; margin-top:-20px; width:21px; height:40px; cursor:pointer;}
.about_us_n .xiangce .com_prev{left:-30px; background:url(../img/cx_pro_arr.png) 0 no-repeat;}
.about_us_n .xiangce .com_next{right:-30px; background:url(../img/cx_pro_arr.png) -21px 0 no-repeat;}
.about_us_n .com_box_slide{position:relative;}
.about_us_n .allCompany .c_tit{font-size:18px; color:#c00000; margin-bottom:26px; font-weight:bold; margin-top:26px;}
.about_us_n .allCompany .com_list li{ line-height:35px; margin-bottom:15px; background:#9d9d9d; color:#fff; text-indent:30px; font-size:14px;}
.about_us_n .allCompany .com_pic ._tit{position:absolute; width:100%; bottom:0; height:40px; line-height:40px; color:#fff; font-size:14px; text-align:center; background:url(../img/black.6.png) repeat;}
.about_us_n .allCompany .com_pic .mask{display:none; width:100%; height:100%; left:0; bottom:0; position:absolute; background:url(../img/pic_cover.png) repeat;}
.about_us_n .allCompany .com_pic li{cursor:pointer;}
.about_us_n .allCompany .com_pic li:hover .mask{display:block;}
.about_us_n .allCompany .com_pic .mask i{display:block; width:65px; height:65px; left:50%; top:50%; margin-left:-32px; margin-top:-50px; position:absolute; background:url(../img/fdj2.png) center center no-repeat;}
/*质量管理*/
.quality .jsfw_box { margin: 10px 0 0;}
.quality .fw_list {padding:30px 0;}
.quality .zlgl{background:#efefef;}
.quality .fw_list .span-12 .jsfw_box{margin:0;}
.quality .jsfw_box ._t{margin-bottom: 15px;font-size: 16px;font-weight: bold;color: #b81b23;}
.quality .jsfw_box ._st{ font-size: 16px; color: #000; line-height: normal; margin-bottom: 8px;}
.quality .jsfw_box ._txt{ position: relative; padding-left: 15px; border-left: 1px solid #eee; min-height:102px; color:#5a5a5a; font-size:14px; line-height:24px;}
.quality .jsfw_box ._txt:before{ content:""; position: absolute; left: -1px; top: 0; width: 1px; height: 20px; background-color: #b81b23;}
.quality .addtit{font-size:24px; font-weight:bold;color:#000;}
/*董事长xin*/
.dsz .fwzz_tp {height: 642px;background-image: url(../img/dsz2.jpg); background-repeat:no-repeat; overflow:hidden;}
.dsz .fwzz_wz {width: 40%;padding: 0px 60px 0px 527px; line-height:26px; margin-top:125px; height:468px; position:relative; overflow-y:auto; overflow-x:hidden}
/*销售网络*/
/* network-4 start*/
.widget-network-4 ._net_bd_list ._list_title li{background:#0c55a4;text-align:center;font-size:18px;color:#ffffff;height:70px;line-height:70px;}
.widget-network-4 ._net_bd_list ._list_title li.even{background:#0b5db6;}
.widget-network-4 .widget-job-2 ._jt{padding:0;height:65px;border-top:1px solid #eeeeee;background:none;height:65px;line-height:65px;}
.widget-network-4 .widget-job-2 ._jt strong{text-align:center;font-size:14px;color:#221815;width:100%;font-weight:normal;font-size:14px;color:#221815;display:block;}
.widget-network-4 .widget-job-2 ._jt strong ._net_hd_ico{background-position:0px 0px;}
.widget-network-4 .widget-job-2 ._jt{background:#ececec;border-top:0px;margin-bottom: 1px;}
.widget-network-4 .widget-job-2 ._jcon{padding:2% 8%;font-size:14px;color:#221815;background-color:#F9F9F9;line-height:36px;}
.widget-network-4 .sevsr_map{width:100%;height:500px;margin-bottom:40px;}
.widget-network-4 .sevsr_map .map-M4-map{width:100%;height:100%;}
.widget-network-4 .form-control{border-radius:0px;width:70%;height:34px;line-height:34px;color:#999999;}
.widget-network-4 .form-control.form-control04{width:28%;}
.map-M4-search {padding:2% 6%;margin-bottom:30px; background-color:#e8e8e0;}
.map-M4-search .btn { background-color:#b81b23;color:#ffffff; font-size:16px;width:20%;height:34px;line-height: 34px;background-image:url(../img/server_net_search_ico.png);background-repeat:no-repeat;background-position:center;margin-left:18px;}
.map-M4-map{height:550px}
.widget-network-4 ._net_hd_ico{width:17px;height:27px;background:url(../img/server_net_hd_ico.png) no-repeat -17px 0px;display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;margin-right:22px;}
.banner.slide .arrs{position: absolute; top:50%; width:47px;height: 94px;background: url(../img/news_arr2_01.png) no-repeat ;margin-top: -47px;opacity: 0;}
.banner.slide .arr_prev{left:35px;}
.banner.slide:hover .arrs{opacity:0.6}
.banner.slide .arrs:hover{opacity: 1;}
.banner.slide .arr_next{right:35px;background-position: -47px 0;}
/*企业愿景*/
.culture_idea .cul_left{width: 50.25%;float: left;}
.culture_idea .cul_left .rect-65{padding-bottom: 65%;}
.culture_idea .cul_left .rect-65 img{width: 100%; height:100%; position:absolute;}
.culture_idea .cul_right{width: 49.75%;float: left;}
.culture_idea .cul_right li a{cursor: default; display:block;}
.culture_idea .cul_right .box{padding: 0 45px 0 20px;}
.culture_idea .cul_right .box .cul_infor{padding: 20px 15px 20px 25px;margin-bottom: 15px;transition: all 0.8s ease;}
.culture_idea .cul_right .box .cul_tit{font-size: 18px;color: #333;margin-bottom: 2px;}
.culture_idea .cul_right .box .cul_con{font-size: 13px;color: #666;line-height: 2;height: 52px;overflow: hidden;}
.culture_idea .cul_right .box .cul_infor.cul_last{margin-bottom: 0;}
.culture_idea .cul_right .box li>a{background: #f2f8f9;}
.culture_idea .cul_right .box li>a:hover{background: #b81b23;transition: all 0.8s ease;}
.culture_idea .cul_right .box li>a:hover .cul_tit{color: #fff;}
.culture_idea .cul_right .box li>a:hover .cul_con{color: #fff;}
/*科研成果*/

.scientific .tit3{font-size:26px; color:#333; line-height:1; margin-bottom:30px;}
.scientific .lists3 .l_cell{width:48%;margin-right:4%}
.scientific .lists3 .r_cell{width:48%;}
.scientific .lists3 li{width:50%;height:65px; line-height:65px;margin-bottom:20px; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; cursor:pointer; float:left;}
.scientific .lists3 li>a{display:block;}
.scientific .lists3 li:hover{transform:translateX(26px); -webkit-transform:translateX(26px); -moz-transform:translateX(26px);-ms-transform:translateX(26px);-o-transform:translateX(26px);}
.scientific .lists3 li .nums{width:17%; text-align:center; background-color:#e60012; color:#fff; font-size:24px;font-style:italic;}
.scientific .lists3 li:hover .text{color:#e60012;}
.scientific .lists3 li .content{width:83%;}
.scientific .lists3 li .text{font-size:14px; color:#333; padding-left:35px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;background-color: #e7e7e7;width: 80%;}
.scientific .lists3 .cell1 .content,.scientific .lists3 .cell3 .content,.scientific .lists3 .cell5 .content,.scientific .lists3 .cell7 .content,.scientific .lists3 .cell9 .content{background-color:#efefef;}
.scientific .lists3 .cell2 .text,.lists3 .cell4 .text,.lists3 .cell6 .text,.lists3 .cell8 .text,.lists3 .cell10 .text{ border-top:1px solid #cfcfcf;border-right:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}
/*乒乓球学校*/
.pp_school .part2{margin-top:20px;}
.pp_school .part2 .list_title{position:absolute;width:100%;height:32px;line-height:32px;bottom:0;left:0;text-align:center;font-size:14px;color:#626262;background:url(../img/black.6.png) repeat;color:#fff;font-weight:normal;}
.pp_school .part2 .arrs{width:21px;height:40px;background:url(../img/cx_pro_arr.png) no-repeat;opacity:.6;top:50%;margin-top:-20px;display:block;}
.pp_school .part2 .arr_prev{background-position:0px 0px;left:0;}
.pp_school .part2 .arr_next{background-position:-21px 0px;right:0;}

/*20170510  honor_new*/
.honor_new .honor-scroll{ width:90%;margin-left:auto; margin-right:auto; margin-bottom:30px;}
.honor_new .honor-focus{width:100%}
.honor_new .honor-focus > li{width:480px; padding-left:5px; padding-right:5px;}
.honor_new .mb-wrapper{margin:0 auto;position:relative; height:300px;left:0;top:0}
.honor_new .mb-slider,.mb-scroll{width:100%;height:390px !important;overflow:hidden;margin:0 auto;padding:0;position:relative;left:0;top:0}
.honor_new .mb-active-slider{border-color:#333}
.honor_new .mb-slider .mb-panel{margin-top:100px;display:block;cursor:pointer;float:left;list-style:none}
.honor_new .mb-panel a{outline:0}
.honor_new .mb-slider .mb-panel.current{cursor:auto}
.honor_new .mb-inside *{max-width:100%}
.honor_new a.mb-scrollButtons{display:block;width:45px;height:58px;background:transparent url(../img/arrows.png) no-repeat;position:absolute;top:50%;margin-top:-29px;cursor:pointer;text-decoration:none;outline:0;border:0;}
.honor_new a.mb-scrollButtons.mb-left{background-position:left top;left:-45px}
.honor_new a.mb-scrollButtons.mb-right{background-position:right top;right:-45px}
.honor_new a.mb-scrollButtons.mb-left:hover{background-position:left bottom}
.honor_new a.mb-scrollButtons.mb-right:hover{background-position:right bottom}
.honor_new a.mb-scrollButtons.disabled{display:none}
.honor_new .mb-controls{ display:none;}
.honor_new .mb-inside img{width:100%;}

.honor_new .honor-list li{ overflow:hidden; line-height:44px; border-bottom:1px dashed #eaeaea; font-size:15px; }
.honor_new .honor-list li._first{ background:#b81b23; color:#fff; border-bottom:none;}
.honor_new .honor-list li ._title{ float:left;width:60%;padding-left:5%; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.honor_new .honor-list li ._date{ float:right; width:20%; text-align:center;}

.honor_new .mb-wrapper{margin:0 auto 20px;position:relative; height:320px;left:0;top:0; /*overflow: hidden;*/}
.honor_new .mb-slider,.mb-scroll{width:100%;height:320px;overflow:hidden;margin:0 auto;padding:0;position:relative;left:0;top:0}
.honor_new .mb-active-slider{border-color:#333}
.honor_new .mb-slider .mb-panel{ /*height: 185px !important;  margin-top:54px !important; height: 190px !important;  */display:block;cursor:pointer;float:left;list-style:none}
.honor_new .mb-panel a{outline:0;display:block; padding:10px; background-color:#e8e8e8;}
.honor_new .mb-slider .mb-panel.current{cursor:auto; /*height: auto !important;  margin-top: auto !important; height: auto !important; */}
.honor_new .mb-inside *{max-width:100%}
.honor_new .mb-controls{ display: none; text-align:center;position:absolute; top:350px; left:560px;z-index:100}
.honor_new .mb-controls a{color:#666;font:18px/2.2 Georgia, Serif;display:inline-block;text-decoration:none;padding:2px;margin:0 5px 0 0;text-align:center;outline:0}
.honor_new .mb-panel{margin-top:90px}
.honor_new .mb-controls a:hover{color:black}
.honor_new .mb-controls a.current{color:#900}
.honor_new .main-nav{display:block; text-align:center; border-bottom:2px solid #a71700;margin:0 0 20px 0;padding:0 0 10px 0}
.honor_new .main-nav a{text-decoration:none;color:#3e63ec;font-size:18px;margin:0 8px}
.honor_new .main-nav a:hover{color:black;border-bottom:2px solid black}
.honor_new .mb-inside img{width:100%; width:auto;}

/*news_list_new*/
/* newslist-10 start*/
.news_list .pt0{padding:70px 0 20px;}
.news_list .pt0 .page_box{line-height:34px; background-color:#f5f5f5; padding:0 10px 0 20px; float:left; margin-left:20px; color:#333;}
.news_list .pt0 .page_box .pagecur{color:#b81b23;}
.news_list .pt0 .page_box .total{margin-right:3px;}
.news_list .pt0 .page_box .go_prev{display:inline-block; *display:inline; *zoom:1;/*background:url(../img/page_prev.jpg) center center no-repeat;*/ border:1px solid #d6d6d6; line-height:25px; cursor:pointer; background-color:#fff;}
.news_list .pt0 .page_box .go_next{padding: 0 20px 0 10px; border:1px solid #d6d6d6; line-height:25px; margin-top:4px;display:inline-block; *display:inline; *zoom:1; background-color:#fff; cursor:pointer;}
.news_list .pt0 .page_box .go_next i{vertical-align:top; line-height:25px; color:#8d8d8d}
.news_list .pt0 .page_box .go_prev i{vertical-align:top; line-height:25px; color:#8d8d8d}


.widget-newslist-10 .list_hd{background-color:#fff;padding:40px 60px 40px;margin-bottom:26px; border:10px solid #ededed;}
.widget-newslist-10 ._t{font-size:14px; font-weight:bold; color:#333; margin-right:10px; line-height:34px;}
.widget-newslist-10 .inp_box{height:32px;line-height:32px;border:1px solid #e0e0e0;padding:0;margin:0;box-sizing:content-box;font-size:13px;color:#999;padding:0 10px;width:16%;margin-right: 2%;}
.widget-newslist-10 .hd_btn{width:10%;border:none;text-align:center;background-color:#b81b23;font-size:15px;color:#fff;height:32px;line-height:32px;outline:none;cursor:pointer;}

.widget-newslist-10 .select-ui-choose ._arrow{width:16%;right:0;background:#e3e3e3; display:none;}
.widget-newslist-10 .select-ui-choose ._arrow .arr{left:50%;margin:0 0 0 -0.4em;border-color: #969696 transparent transparent;}
.widget-newslist-10 .select-ui-choose-default{border-radius:0; background:#fff url(../img/nse_jt.png) right center no-repeat;}
body .select-ui-options li:hover,body .select-ui-options li.hover{background:#b81b23;}
body .select-ui-options-default-bottom{border-radius:0px;}
body .select-ui-options-default{border-color:#ddd;}

@media only screen and (max-device-width:1024px){
    .widget-newslist-10 .hd_btn{margin-left:0;}
    .widget-newslist-10 .inp_box{margin-right:1%;}

}
@media only screen and (max-device-width:640px){

    .widget-newslist-10 .inp_box{width:100%;margin:0;padding:0;margin-bottom:20px;}
    .widget-newslist-10 .hd_btn{width:100%;}
}

.news-list li{ padding-bottom:25px; margin-bottom:25px; border-bottom:1px solid #eaeaea;}
.news-list li a{ display:block; background:url(../img/inews_jt.png) no-repeat right; overflow:hidden; }
.news-list li ._date{ float:left; width:9%; background:#f5f5f5; text-align:center; height:110px;font-family:arial; color:#b81b23; }
.news-list li ._date span{ display:block;}
.news-list li ._date ._d1{ font-size:44px;  line-height:46px; padding-top:20px;}
.news-list li ._nr{ float:left; width:77%; margin-left:3%;}
.news-list li ._title{ font-size:17px; font-weight:normal; color:#000; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.news-list li ._tools{ color:#b4b4b4; margin:3px 0;}
.news-list li ._tools .ion{ margin-left:0;}
.news-list li ._tools  span{ padding-right:15px;}
.news-list li ._sum{ line-height:24px; height:48px; overflow:hidden;color:#565656; }
.news-list li a:hover{ background:url(../img/inews_jton.png) no-repeat right; padding-bottom:10px; }
.news-list li a:hover ._title{ color:#b81b23; }
.news-list li a:hover ._date{ background:#b81b23; color:#fff; }

/*idea_new*/
.idea_new .sfq_box li{width:12%; height:420px; overflow:hidden;}
.idea_new .sfq_box li.on{width:40%;}
.idea_new .sfq_box .pd{position:relative; border-right: 1px solid #fff; height:420px; overflow:hidden;}
.idea_new .sfq_box .cell1 .pd{border:0;}
.idea_new .sfq_box .img{position:absolute; top:0; left:0; width:480px; height:420px; z-index:1;}
.idea_new .sfq_box .cont{position:absolute; z-index:2; width:100%; height:100%; left:0; top:0; background:url(../img/wpng90.png) repeat;}
.idea_new .sfq_box .p_wrap{width:100%; height:148px; position:absolute; left:0; top:50%; margin-top:-74px;}
.idea_new .sfq_box .p_wrap .tubiao{margin-top:20px; text-align:center; margin-bottom:15px;}
.idea_new .sfq_box .p_wrap .text{font-size:15px; text-align:center;}
.idea_new .sfq_box .cell1 .text{color:#8f1f23;}
.idea_new .sfq_box li.on .cont{width:125px; height:150px; top:50%; margin-top:-75px;}
.idea_new .sfq_box .co{width:300px; height:150px; position:absolute; left:100%; top:50%; margin-top:-75px; z-index:2;}
.idea_new .sfq_box .cell1 .co{ background:url(../img/sfq_bg1.png) repeat;}
.idea_new .sfq_box .cell2 .co{ background:url(../img/sfq_bg2.png) repeat;}
.idea_new .sfq_box .cell3 .co{ background:url(../img/sfq_bg3.png) repeat;}
.idea_new .sfq_box .cell4 .co{ background:url(../img/sfq_bg4.png) repeat;}
.idea_new .sfq_box .cell5 .co{ background:url(../img/sfq_bg5.png) repeat;}
.idea_new .sfq_box .cell6 .co{ background:url(../img/sfq_bg6.png) repeat;}
.idea_new .sfq_box li.on .co{left:125px;}
.idea_new .sfq_box .co .info{padding:60px 25px 0px 15px; font-size:15px;  color:#fff;}

/*research_new*/
.rect-42{padding-bottom:42%;}
.research_new li{margin-bottom:30px;}
.research_new .img_box{width:50%;float:left;}
.research_new .info_box{width:50%; float:left;}
.research_new .odd .img_box{float:right;}
.research_new .odd .pd{text-align:right;}
.research_new .odd .pd .line{float:right;}
.research_new .info_box .pd{padding:45px 80px 0 45px;}
.research_new .info_box .pd .line{width:42px; height:1px; background-color:#df443a; margin-bottom:15px;}
.research_new .info_box .pd .tit{font-size:20px; color:#000;margin-bottom:15px; clear:both;}
.research_new a{display:block;}
.research_new a:hover{background:#f6f6f6;}

/*产品详细*/
/*product_detail*/
/* prodetail-8 start*/
.widget-prodetail-8 .pro_detail_ico{background:url(../img/pro_detail_ico.png) no-repeat;display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;}
.widget-prodetail-8 .pro_ico01{width:80px;height:80px;display:block;}
.widget-prodetail-8 .pro_ico02{background-position:-80px 0px;width:40px;height:40px;margin-right:6px;}
.widget-prodetail-8 .pro_ico03{background-position:-80px -40px;width:20px;height:20px;margin-right:6px;}
.widget-prodetail-8 .pro_ico04{background-position:-100px -40px;width:20px;height:20px;margin-right:10px;}
.widget-prodetail-8 .pro_deta_hd{margin-bottom:46px;}
.widget-prodetail-8 .pro_deta_l{width:55%; height:450px; text-align:center;  position:relative; overflow:hidden;}

.widget-prodetail-8 .pro_deta_l img{ width: 100%; height: 100%; display:inline-block; vertical-align:middle;}

.widget-prodetail-8 .pro_deta_l .pro_ico01{position:absolute;bottom:0;right:0;background-color:#b81b23; display:none;}
.widget-prodetail-8 .pro_deta_r{width:42%;}
.widget-prodetail-8 .pro_name{font-size:28px;color:#1d1d1d;font-weight:normal;border-bottom:1px solid #efefef;padding:10px 0px;}
.widget-prodetail-8 .pro_title{font-size:20px;font-weight:normal;padding:12px 0px;border-bottom:1px solid #efefef;color:#1d1d1d;}
.widget-prodetail-8 .pro_title span{font-size:14px;color:#888888;margin-right:10px;}
.widget-prodetail-8 .order_btn{width:100%;text-align:center;height:60px;line-height:60px;display:block;background-color:#b81b23;color:#fff;margin:30px 0px;font-size:20px;}
.widget-prodetail-8 .order_phone{font-size:14px;color:#3c3c3c;padding-bottom:40px;display:block;}
.widget-prodetail-8 .order_phone span{font-size:24px;color:#b81b23;}
.widget-prodetail-8 .other_btn{text-align:center;}
.widget-prodetail-8 .other_btn .btn_box{display:inline-block;*display:inline;*zoom: 1;height:20px;line-height:20px;padding:0px 14px;border-right:1px solid #efefef;font-size:14px;color:#555555;}

.widget-prodetail-8 .bd_tab_t{width:100%;background-color:#c2c2c2;margin-bottom:30px;}
.widget-prodetail-8 .bd_tab_t li{float:left;width:18%;height:60px;line-height:60px;position:relative;}
.widget-prodetail-8 .bd_tab_t li a{display:block;font-size:18px;color:#fff;text-align:center;font-weight:bolder;border-right:1px solid #fff;}
.widget-prodetail-8 .bd_tab_t .active{background-color:#b81b23;}
.widget-prodetail-8 .bd_tab_t .active:after{content: "";width:0;height:0;border-style:solid;border-width:10px;border-color:#b81b23 transparent transparent transparent;position:absolute;bottom:-20px;left:50%;margin-left:-10px;} 
.widget-prodetail-8 .bd_section{min-height:200px;}
.widget-prodetail-8 .bd_tab_t .fixed{position:fixed;top:0;left:50%;margin-left:-600px;width:1200px;background-color:#c2c2c2;}
.widget-prodetail-8 .zoomdiv{z-index:102;}
.zoomdiv{z-index:19!important;}
@media only screen and (max-device-width: 1024px){
.widget-prodetail-8 .pro_deta_l img{max-width:100%;}
.widget-prodetail-8 .bd_tab_t .fixed{width:100%;margin:0;left:0;}
}

@media only screen and (max-device-width: 769px){

.widget-prodetail-8 .pro_deta_l{width:100%;height:auto;line-height:auto;}
.widget-prodetail-8 .pro_deta_r{width:100%;}

}
@media only screen and (max-device-width: 640px){
.widget-prodetail-8 .bd_tab_t{display:none;}
}

/*20170613*/
/*首页新闻横向滚动*/
.pageMain .pt2 .slide_box{width:100%; height:270px; overflow:hidden;}
.pageMain .pt2 .slide_box li{width:100%;}
.pageMain .pt2 .slide_box .arrs{ display: block; width: 30px; height: 56px; top: 50%; margin-top: -28px; position: absolute;}
.pageMain .pt2 .slide_box .arr_prev{left:0; background: url(../img/prosyn_prev.png) 0 0 no-repeat;}
.pageMain .pt2 .slide_box .arr_next{right:0; background: url(../img/prosyn_next.png) 0 0 no-repeat;}
.pageMain .pt2 .slide_box .scroll_nav{display:none;}

.news_syn .pt2{background-color:#fafafa;}
.news_syn .pt3{background-color:#fff;}
.news_syn .pt2 .focus_box li{background-color:#fff;}
/*20170615*/
.pageHeader .navtop{background:url(../img/head1_bg.jpg) center center no-repeat;}
.pageHeader .nav_box{background:url(../img/head2_bg.jpg) center center no-repeat;}
.nav_con .nav  .nav_list>li>a{color:#a80d0f; font-weight:bold;}
.nav_con .nav .nav_list>.nav_1 .drop_box{left:-31px;}

.dsz .pt2{padding:60px 0 50px; background-color:#f8f8f8; margin-top:60px;}
.dsz .pt2 li{margin-bottom:30px;}
.dsz .pt2 .img_box{width:50%;float:left;}
.dsz .pt2 .info_box{width:50%; float:left;}
.dsz .pt2 .odd .img_box{float:right;}
/*.dsz .pt2 .odd .pd{text-align:right;}*/
.dsz .pt2 .odd .pd .line{float:right;}
.dsz .pt2 .info_box .pd{padding:45px 80px 0 45px;}
.dsz .pt2 .info_box .pd .line{width:42px; height:1px; background-color:#df443a; margin-bottom:30px;}
.dsz .pt2 .info_box .pd .tit{font-size:20px; color:#000;margin-bottom:15px; clear:both;}
.dsz .pt2 .info_box .pd .text{clear:both;}
.dsz .pt2 a{display:block;}

.dsz .pt3{padding-top:30px;}
.dsz .pt3 .img_box{width:20%;}
.dsz .pt3 .img_box>img{max-width:100%;}
.dsz .pt3 .bjk{width:73%; line-height:30px;}

/*staff_mien*/
.staff_mien .pt1{margin-bottom:20px; overflow:hidden;}
.staff_mien .pt1 .title{font-size:18px; font-weight:bold; color:#474747; line-height:30px; text-align:center;}
.staff_mien .pt1 .info{width:70%; text-align:center; line-height:30px; color:#474747; font-size:15px; margin:0 auto 40px;}
.staff_mien .pt1 li{margin-bottom:30px;}
.staff_mien .pt1 .img_box{width:50%;float:left;}
.staff_mien .pt1 .img_box .img_cell{display:none;position:absolute; left:0; top:0; width:100%; height:100%;}
.staff_mien .pt1 .img_box .img_cell.show{display:block;}
.staff_mien .pt1 .info_box{width:50%; float:left;}
.staff_mien .pt1 .odd .img_box{float:right;}
.staff_mien .pt1 .odd .pd{text-align:right;}
.staff_mien .pt1 .odd .pd .line{float:right;}
.staff_mien .pt1 .info_box .pd{padding:45px 80px 0 45px;}
.staff_mien .pt1 .info_box .pd .line{width:42px; height:1px; background-color:#df443a; margin-bottom:15px;}
.staff_mien .pt1 .info_box .pd .tit{font-size:20px; color:#000;margin-bottom:15px; clear:both;}
.staff_mien .pt1 .info_box .pd .text{color:#5a5a5a;}
.staff_mien .pt1 a{display:block;}
/*.staff_mien .pt1 a:hover{background:#f6f6f6;}*/
.staff_mien .pt1 a:hover .mask{display:block;}
.staff_mien .pt1 .mask{position:absolute; left:0; top:0; width:100%; height:100%; background:url(../img/staff_h.png) center center no-repeat; display:none;}

.staff_mien .xiangce{position:relative;}
.staff_mien .xiangce .jt{position:absolute; top:50%; margin-top:-20px; width:21px; height:40px; cursor:pointer;}
.staff_mien .xiangce .com_prev{left:-30px; background:url(../img/cx_pro_arr.png) 0 no-repeat;}
.staff_mien .xiangce .com_next{right:-30px; background:url(../img/cx_pro_arr.png) -21px 0 no-repeat;}
.staff_mien .com_box_slide{position:relative;}
.staff_mien .allCompany .c_tit{font-size:18px; color:#c00000; margin-bottom:26px; font-weight:bold; margin-top:26px;}
.staff_mien .allCompany .com_list li{ line-height:35px; margin-bottom:15px; background:#9d9d9d; color:#fff; text-indent:30px; font-size:14px;}
.staff_mien .allCompany .com_pic ._tit{position:absolute; width:100%; bottom:0; height:40px; line-height:40px; color:#fff; font-size:14px; text-align:center; background:url(../img/black.6.png) repeat;}
.staff_mien .allCompany .com_pic .mask{display:none; width:100%; height:100%; left:0; bottom:0; position:absolute; background:url(../img/pic_cover.png) repeat;}
.staff_mien .allCompany .com_pic li{cursor:pointer;}
.staff_mien .allCompany .com_pic li:hover .mask{display:block;}
.staff_mien .allCompany .com_pic .mask i{display:block; width:65px; height:65px; left:50%; top:50%; margin-left:-32px; margin-top:-50px; position:absolute; background:url(../img/fdj2.png) center center no-repeat;}
/*20170619*/
.dsz .pt3 .bjk p{line-height: 30px;}
.dsz .pt3 .bjk p>img{margin-right:10px; vertical-align:baseline;}
.m_beian {padding: 14px 0 0 18%;}